mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-25 14:07:03 +02:00
patch by Feng Ye - initialize m_typesForCClient
This commit is contained in:
parent
7aa05d7fb4
commit
6919b68947
1 changed files with 2 additions and 1 deletions
|
@ -61,6 +61,7 @@ interrupt(CArch::ESignal, void* data)
|
||||||
CEventQueue::CEventQueue() :
|
CEventQueue::CEventQueue() :
|
||||||
m_systemTarget(0),
|
m_systemTarget(0),
|
||||||
m_nextType(CEvent::kLast),
|
m_nextType(CEvent::kLast),
|
||||||
|
m_typesForCClient(NULL),
|
||||||
m_typesForIStream(NULL),
|
m_typesForIStream(NULL),
|
||||||
m_typesForCIpcClient(NULL),
|
m_typesForCIpcClient(NULL),
|
||||||
m_typesForCIpcClientProxy(NULL),
|
m_typesForCIpcClientProxy(NULL),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue