added #if wxUSE_CMDLINE_PARSER around the header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
89e7a223c2
commit
2407b388de
@ -17,6 +17,10 @@
|
||||
#pragma interface "cmdline.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_CMDLINE_PARSER
|
||||
|
||||
#include "wx/string.h"
|
||||
|
||||
class WXDLLEXPORT wxDateTime;
|
||||
@ -197,4 +201,6 @@ private:
|
||||
struct wxCmdLineParserData *m_data;
|
||||
};
|
||||
|
||||
#endif // wxUSE_CMDLINE_PARSER
|
||||
|
||||
#endif // _WX_CMDLINE_H_
|
||||
|
Loading…
Reference in New Issue
Block a user