]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compilation breaking typo in recent commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 20:51:54 +0000 (20:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 20:51:54 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 8bd1598490251e2de2843dfd248664cd58d809eb..7d2be30377c3ef7daa6366bb32b373b110c775c8 100644 (file)
@@ -6360,7 +6360,7 @@ void wxSetKeyboardHook(bool doIt)
 
 #endif // !__WXMICROWIN__
 
-#if wxDEBUG_LEVEL > =2
+#if wxDEBUG_LEVEL >2
 const wxChar *wxGetMessageName(int message)
 {
     switch ( message )