]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
renamed wxWave to wxSound; compatibility fixes
[wxWidgets.git] / include / wx / frame.h
index 3f769979b65740008bba6ea899a02817cb3ed079..e202679bb9b1a6800a9b265db0724479c06934f1 100644 (file)
@@ -170,7 +170,7 @@ public:
     // if you are hiding the help, TRUE otherwise
     virtual void DoGiveHelp(const wxString& text, bool show);
 
     // if you are hiding the help, TRUE otherwise
     virtual void DoGiveHelp(const wxString& text, bool show);
 
-#ifdef WXWIN_COMPATIBILITY_2_2
+#if WXWIN_COMPATIBILITY_2_2
     // call this to simulate a menu command
     bool Command(int winid) { return ProcessCommand(winid); }
 #endif // WXWIN_COMPATIBILITY_2_2
     // call this to simulate a menu command
     bool Command(int winid) { return ProcessCommand(winid); }
 #endif // WXWIN_COMPATIBILITY_2_2