mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
patch by Feng Ye - initialize m_typesForCClient
This commit is contained in:
parent
7aa05d7fb4
commit
6919b68947
@ -60,7 +60,8 @@ interrupt(CArch::ESignal, void* data)
|
||||
|
||||
CEventQueue::CEventQueue() :
|
||||
m_systemTarget(0),
|
||||
m_nextType(CEvent::kLast),
|
||||
m_nextType(CEvent::kLast),
|
||||
m_typesForCClient(NULL),
|
||||
m_typesForIStream(NULL),
|
||||
m_typesForCIpcClient(NULL),
|
||||
m_typesForCIpcClientProxy(NULL),
|
||||
|
Loading…
Reference in New Issue
Block a user