From e7a50b3c00828c266af7c71687bc0b108264aae8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 28 Jan 2014 13:45:23 +0000 Subject: [PATCH] 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 --- include/wx/cmdline.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/cmdline.h b/include/wx/cmdline.h index 7533160c83..38299e1468 100644 --- a/include/wx/cmdline.h +++ b/include/wx/cmdline.h @@ -27,6 +27,7 @@ enum wxCmdLineSplitType #if wxUSE_CMDLINE_PARSER +class WXDLLIMPEXP_FWD_BASE wxCmdLineParser class WXDLLIMPEXP_FWD_BASE wxDateTime; // ----------------------------------------------------------------------------