X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/479228883164516b7678a8e7f96d83efec4c981b..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/button.h

diff --git a/include/wx/mac/carbon/button.h b/include/wx/mac/carbon/button.h
index cc40a1bb3f..1c3b4d01ae 100644
--- a/include/wx/mac/carbon/button.h
+++ b/include/wx/mac/carbon/button.h
@@ -15,10 +15,10 @@
 #include "wx/control.h"
 #include "wx/gdicmn.h"
 
-WXDLLEXPORT_DATA(extern const char) wxButtonNameStr[];
+WXDLLIMPEXP_DATA_CORE(extern const char) wxButtonNameStr[];
 
 // Pushbutton
-class WXDLLEXPORT wxButton: public wxButtonBase
+class WXDLLIMPEXP_CORE wxButton: public wxButtonBase
 {
 public:
     wxButton() {}
@@ -55,7 +55,7 @@ protected:
     DECLARE_DYNAMIC_CLASS(wxButton)
 };
 
-class WXDLLEXPORT wxDisclosureTriangle: public wxControl
+class WXDLLIMPEXP_CORE wxDisclosureTriangle: public wxControl
 {
 public:
     wxDisclosureTriangle(wxWindow *parent,
@@ -81,8 +81,6 @@ public:
 
     void SetOpen( bool open );
     bool IsOpen() const;
-    void SetLabel( const wxString &label );
-    wxString GetLabel() const;
 
     virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;