From: Mattia Barbon Date: Sat, 19 Mar 2005 23:07:02 +0000 (+0000) Subject: Use the correct WXDLLEXPORT declaration. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c27bcbd5a7cec9f03b15c69824da99c5bb75924a Use the correct WXDLLEXPORT declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/propdlg.h b/include/wx/generic/propdlg.h index 9559d8dee0..aaa717cee4 100644 --- a/include/wx/generic/propdlg.h +++ b/include/wx/generic/propdlg.h @@ -48,7 +48,7 @@ class WXDLLEXPORT wxBookCtrlBase; // kind of book control. //----------------------------------------------------------------------------- -class WXDLLEXPORT wxPropertySheetDialog : public wxDialog +class WXDLLIMPEXP_ADV wxPropertySheetDialog : public wxDialog { public: wxPropertySheetDialog() : wxDialog() { Init(); }