From: Włodzimierz Skiba Date: Tue, 24 Oct 2006 10:35:44 +0000 (+0000) Subject: ADV export fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abbe3d379e8de94a99e6f7886bd9369669bc65cd ADV export fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/collpaneg.h b/include/wx/generic/collpaneg.h index 841f2187f6..843b8d6dc2 100644 --- a/include/wx/generic/collpaneg.h +++ b/include/wx/generic/collpaneg.h @@ -17,14 +17,14 @@ class WXDLLEXPORT wxButton; class WXDLLEXPORT wxStaticLine; // class name -extern WXDLLEXPORT_DATA(const wxChar) wxGenericCollapsiblePaneNameStr[]; +extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGenericCollapsiblePaneNameStr[]; // ---------------------------------------------------------------------------- // wxGenericCollapsiblePane // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxGenericCollapsiblePane : public wxCollapsiblePaneBase +class WXDLLIMPEXP_ADV wxGenericCollapsiblePane : public wxCollapsiblePaneBase { public: wxGenericCollapsiblePane() { Init(); } @@ -75,7 +75,7 @@ public: // implementation only, don't use void OnStateChange(const wxSize& sizeNew); -protected: +protected: // overridden methods virtual wxSize DoGetBestSize() const; @@ -104,4 +104,3 @@ private: #endif // _WX_COLLAPSABLE_PANE_H_GENERIC_ -