summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-19 19:57:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-19 19:57:39 +0300
commiteff2fe4be9a25e6f870967d1a5e492c05f6b0abd (patch)
tree50203bdfc2a7cda0ac1f77a6cd4f1f2f7f98e654 /src/net/ipc.h
parent649aaea644fc30847f5707ff47361d8907ab54c9 (diff)
downloadplus-eff2fe4be9a25e6f870967d1a5e492c05f6b0abd.tar.gz
plus-eff2fe4be9a25e6f870967d1a5e492c05f6b0abd.tar.bz2
plus-eff2fe4be9a25e6f870967d1a5e492c05f6b0abd.tar.xz
plus-eff2fe4be9a25e6f870967d1a5e492c05f6b0abd.zip
In ipc code replace SLD_net into tcpnet.
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r--src/net/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index 611dba35c..acf6ab59c 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -22,6 +22,7 @@
#define IPC_H
#include "net/sdltcpnet.h"
+
#include <SDL_thread.h>
class IPC final
@@ -30,7 +31,7 @@ public:
/**
* Constructor.
*/
- IPC(const unsigned short port);
+ IPC();
/**
* Destructor.