Added #if wxUSE_CMDLINE_PARSER

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-23 02:38:34 +00:00
parent d2c0a964e7
commit 8030d60631

View File

@@ -257,7 +257,7 @@ public:
const wxChar *cond, const wxChar *cond,
const wxChar *msg); const wxChar *msg);
#endif // __WXDEBUG__ #endif // __WXDEBUG__
// check that the wxBuildOptions object (constructed in the application // check that the wxBuildOptions object (constructed in the application
// itself, usually the one from IMPLEMENT_APP() macro) matches the build // itself, usually the one from IMPLEMENT_APP() macro) matches the build
// options of the library and abort if it doesn't // options of the library and abort if it doesn't
@@ -471,9 +471,10 @@ public:
// command line parsing (GUI-specific) // command line parsing (GUI-specific)
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
#if wxUSE_CMDLINE_PARSER
virtual bool OnCmdLineParsed(wxCmdLineParser& parser); virtual bool OnCmdLineParsed(wxCmdLineParser& parser);
virtual void OnInitCmdLine(wxCmdLineParser& parser); virtual void OnInitCmdLine(wxCmdLineParser& parser);
#endif
// miscellaneous other stuff // miscellaneous other stuff
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------