#ifndef _WX_SPINBUTT_H_
#define _WX_SPINBUTT_H_
-class WXDLLEXPORT wxArrowButton; // internal
+class WXDLLIMPEXP_FWD_CORE wxArrowButton; // internal
-class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase
+class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase
{
DECLARE_DYNAMIC_CLASS(wxSpinButton)
// Implementation
virtual void Command(wxCommandEvent& event)
- { (void)ProcessCommand(event); };
+ { (void)ProcessCommand(event); }
virtual void ChangeFont(bool keepOriginalSize = true);
virtual void ChangeBackgroundColour();
virtual void ChangeForegroundColour();