From ca6328c44eb6c8dbab625e4e808e56c2aa2f48da Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Aug 2007 12:45:41 +0000 Subject: [PATCH] use correct WXDLLIMPEXP macro for forward declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xrc/xh_propdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2