X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..62c9b3d73fdf9a892a311241f1effc12dde0282a:/include/wx/motif/spinbutt.h diff --git a/include/wx/motif/spinbutt.h b/include/wx/motif/spinbutt.h index eadbf39eea..cd3e0c46ce 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,