summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
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.