X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..f239af65af594968e2fe6885e389a5bd28d73d9d:/include/wx/motif/spinbutt.h diff --git a/include/wx/motif/spinbutt.h b/include/wx/motif/spinbutt.h index eadbf39eea..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) @@ -33,7 +33,7 @@ public: { Create(parent, id, pos, size, style, name); } - ~wxSpinButton(); + virtual ~wxSpinButton(); bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, @@ -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();