]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
Applied patch from Neil Robinson to allow manipulation of unattached menubars
[wxWidgets.git] / src / msw / timer.cpp
index 1c94d7de498a4e566142ceade63acac788bfcc7a..d93588c63728250d12f608a2219b2b9ee37d379e 100644 (file)
@@ -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