Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tcpconnection.h')
-rw-r--r--src/net/tcpconnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcpconnection.h b/src/net/tcpconnection.h
index 6076215..79a61fe 100644
--- a/src/net/tcpconnection.h
+++ b/src/net/tcpconnection.h
@@ -55,7 +55,7 @@ public:
void abort();
/// send outgoing data
- void send(std::string const &msg);
+ virtual void send(std::string const &msg);
protected:
/// receive incoming data