mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-16 17:51:42 +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
|
@ -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…
Add table
Add a link
Reference in a new issue