]> git.saurik.com Git - wxWidgets.git/commitdiff
ADV export fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 24 Oct 2006 10:35:44 +0000 (10:35 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 24 Oct 2006 10:35:44 +0000 (10:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/collpaneg.h

index 841f2187f6f4a781fe0991cdbdf456a958a68aa7..843b8d6dc2cb8522e64019d3ba6bbc62e1947429 100644 (file)
@@ -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_
-