X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..f239af65af594968e2fe6885e389a5bd28d73d9d:/include/wx/motif/spinbutt.h?ds=sidebyside diff --git a/include/wx/motif/spinbutt.h b/include/wx/motif/spinbutt.h index 6350672923..4e53cb891b 100644 --- a/include/wx/motif/spinbutt.h +++ b/include/wx/motif/spinbutt.h @@ -12,9 +12,9 @@ #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) @@ -53,7 +53,7 @@ public: // Implementation virtual void Command(wxCommandEvent& event) - { (void)ProcessCommand(event); }; + { (void)ProcessCommand(event); } virtual void ChangeFont(bool keepOriginalSize = true); virtual void ChangeBackgroundColour(); virtual void ChangeForegroundColour();