From: Vadim Zeitlin Date: Wed, 15 Aug 2007 12:45:41 +0000 (+0000) Subject: use correct WXDLLIMPEXP macro for forward declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ca6328c44eb6c8dbab625e4e808e56c2aa2f48da use correct WXDLLIMPEXP macro for forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xrc/xh_propdlg.h b/include/wx/xrc/xh_propdlg.h index da9ed79d21..77cf1b92ad 100644 --- a/include/wx/xrc/xh_propdlg.h +++ b/include/wx/xrc/xh_propdlg.h @@ -15,7 +15,7 @@ #if wxUSE_XRC -class WXDLLEXPORT wxPropertySheetDialog; +class WXDLLIMPEXP_FWD_ADV wxPropertySheetDialog; class WXDLLIMPEXP_XRC wxPropertySheetDialogXmlHandler : public wxXmlResourceHandler {