Fixed init order warning on Mac #4624
This commit is contained in:
parent
561204b2a7
commit
950219b39e
|
@ -41,8 +41,8 @@ IpcLogOutputter::IpcLogOutputter(IpcServer& ipcServer, bool useThread) :
|
||||||
m_ipcServer(ipcServer),
|
m_ipcServer(ipcServer),
|
||||||
m_bufferMutex(ARCH->newMutex()),
|
m_bufferMutex(ARCH->newMutex()),
|
||||||
m_sending(false),
|
m_sending(false),
|
||||||
m_running(false),
|
|
||||||
m_bufferThread(nullptr),
|
m_bufferThread(nullptr),
|
||||||
|
m_running(false),
|
||||||
m_notifyCond(ARCH->newCondVar()),
|
m_notifyCond(ARCH->newCondVar()),
|
||||||
m_notifyMutex(ARCH->newMutex()),
|
m_notifyMutex(ARCH->newMutex()),
|
||||||
m_bufferWaiting(false),
|
m_bufferWaiting(false),
|
||||||
|
|
Loading…
Reference in New Issue