Add forward declaration of wxCmdLineParser to fix compilation.

This should fix the build after the previous commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-28 13:45:23 +00:00
parent 5cfbf0dc4d
commit e7a50b3c00

View File

@@ -27,6 +27,7 @@ enum wxCmdLineSplitType
#if wxUSE_CMDLINE_PARSER
class WXDLLIMPEXP_FWD_BASE wxCmdLineParser
class WXDLLIMPEXP_FWD_BASE wxDateTime;
// ----------------------------------------------------------------------------