Fixed init order warning on Mac #4624

This commit is contained in:
Nick Bolton 2015-05-20 17:51:52 +01:00
parent 561204b2a7
commit 950219b39e
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ IpcLogOutputter::IpcLogOutputter(IpcServer& ipcServer, bool useThread) :
m_ipcServer(ipcServer),
m_bufferMutex(ARCH->newMutex()),
m_sending(false),
m_running(false),
m_bufferThread(nullptr),
m_running(false),
m_notifyCond(ARCH->newCondVar()),
m_notifyMutex(ARCH->newMutex()),
m_bufferWaiting(false),