X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..6bc7b9138db63cd4ea58b00877d45acae44b6055:/include/wx/mac/carbon/spinbutt.h?ds=sidebyside diff --git a/include/wx/mac/carbon/spinbutt.h b/include/wx/mac/carbon/spinbutt.h index 8c9295a5d2..f7cdb58006 100644 --- a/include/wx/mac/carbon/spinbutt.h +++ b/include/wx/mac/carbon/spinbutt.h @@ -12,10 +12,6 @@ #ifndef _WX_SPINBUTT_H_ #define _WX_SPINBUTT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "spinbutt.h" -#endif - #include "wx/control.h" #include "wx/event.h" @@ -29,7 +25,7 @@ wxSP_WRAP: value wraps at either end */ -class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase +class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase { public: // construction @@ -64,6 +60,7 @@ public: // implementation + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ; protected: