X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d522606d0a1dfd22bcdc1a386b3dca01fa985e3..fc9b078cc5c3c2e0b91de7b07c5b20f5ca2e1e3f:/include/wx/gtk1/spinbutt.h diff --git a/include/wx/gtk1/spinbutt.h b/include/wx/gtk1/spinbutt.h index dfe3c40c05..2c0c3913a7 100644 --- a/include/wx/gtk1/spinbutt.h +++ b/include/wx/gtk1/spinbutt.h @@ -19,7 +19,7 @@ // wxSpinButton //----------------------------------------------------------------------------- -class wxSpinButton : public wxSpinButtonBase +class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase { public: wxSpinButton() { } @@ -53,7 +53,6 @@ public: void OnSize( wxSizeEvent &event ); bool IsOwnGtkWindow( GdkWindow *window ); - void ApplyWidgetStyle(); GtkAdjustment *m_adjust; float m_oldPos;