diff --git a/src/ipc.cpp b/src/ipc.cpp index af3112461..abfbfc09b 100644 --- a/src/ipc.cpp +++ b/src/ipc.cpp @@ -39,8 +39,8 @@ */ IPC::IPC(uint32_t profileId) - : globalMemory{"qtox-" IPC_PROTOCOL_VERSION} - , profileId{profileId} + : profileId{profileId} + , globalMemory{"qtox-" IPC_PROTOCOL_VERSION} { qRegisterMetaType("IPCEventHandler");