]> git.saurik.com Git - wxWidgets.git/commitdiff
Use the correct WXDLLEXPORT declaration.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 19 Mar 2005 23:07:02 +0000 (23:07 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 19 Mar 2005 23:07:02 +0000 (23:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/propdlg.h

index 9559d8dee020e3f2b75543966a729dba4c3908f0..aaa717cee49bb70dc3e4e05bd4923f91b4f23f8b 100644 (file)
@@ -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(); }