]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra semi colon which provoked CW warnings (part of patch 596658)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Aug 2002 13:19:33 +0000 (13:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Aug 2002 13:19:33 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 9c8e022950b348b6ece0aa93c53f34af9e4d2d1d..90838281b479f212c224693258b956f489368037 100644 (file)
@@ -107,7 +107,7 @@ BEGIN_DECLARE_EVENT_TYPES()
 #else // !WXWIN_COMPATIBILITY_EVENT_TYPES
     // it is important to still have these as constants to avoid
     // initialization order related problems
-    DECLARE_EVENT_TYPE(wxEVT_NULL,0);
+    DECLARE_EVENT_TYPE(wxEVT_NULL, 0)
     const wxEventType wxEVT_FIRST = 10000;
     const wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000;
 #endif // WXWIN_COMPATIBILITY_EVENT_TYPES/!WXWIN_COMPATIBILITY_EVENT_TYPES