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

@@ -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
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------