Fix for previous commit: need to ifdef NDEBUG on the
definition as well as the declaration. --HG-- extra : convert_revision : 4f073fa6b47bf21abf58d92cb1c9eed699c9c89e
This commit is contained in:
parent
f5a803f56e
commit
572addee5d
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ using namespace std;
|
||||||
//
|
//
|
||||||
EventQueue mainEventQueue("MainEventQueue");
|
EventQueue mainEventQueue("MainEventQueue");
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
Counter Event::instanceCounter = 0;
|
Counter Event::instanceCounter = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
EventQueue::insert(Event *event)
|
EventQueue::insert(Event *event)
|
||||||
|
|
Loading…
Reference in a new issue