X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96ac065f9ecc4d3d5c2c3ad6521091cc5d920024..7f0da369654651f01ff0f1ce4cb9f8c744f2f4b9:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index 3f769979b6..e202679bb9 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -170,7 +170,7 @@ public: // 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