Reverted semicolons patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
// define a hash containing all the timers: it is indexed by timer id and
|
||||
// contains the corresponding timer
|
||||
WX_DECLARE_HASH_MAP(unsigned long, wxTimer *, wxIntegerHash, wxIntegerEqual,
|
||||
wxTimerMap)
|
||||
wxTimerMap);
|
||||
|
||||
// instead of using a global here, wrap it in a static function as otherwise it
|
||||
// could have been used before being initialized if a timer object were created
|
||||
|
Reference in New Issue
Block a user