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:
Steve Reinhardt 2007-02-06 10:04:44 -08:00
parent f5a803f56e
commit 572addee5d

View file

@ -53,7 +53,9 @@ using namespace std;
//
EventQueue mainEventQueue("MainEventQueue");
#ifndef NDEBUG
Counter Event::instanceCounter = 0;
#endif
void
EventQueue::insert(Event *event)