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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index 0d45e781f..a858e924a 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -66,7 +66,7 @@ class IPC final
unsigned int mNumReqs;
TcpNet::Socket mSocket;
- std::vector<std::string> mDelayedCommands;
+ STD_VECTOR<std::string> mDelayedCommands;
SDL_Thread *mThread;
SDL_mutex *mMutex;
unsigned short mPort;