]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/spinbutt.cpp
correction to maintain data array in synch with string array
[wxWidgets.git] / src / mac / spinbutt.cpp
index 5ec5e1b8a2ac19cce1e5f426c08a8259bf042395..f5ac7bc9bb64660f145224c52fd2c841ed8e6bc5 100644 (file)
 // wxWin macros
 // ----------------------------------------------------------------------------
 
+#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
     IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent);
+#endif
 
 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size,
             long style, const wxString& name)
@@ -128,7 +130,7 @@ void wxSpinButton::MacHandleControlClick( ControlHandle control , SInt16 control
 // size calculation
 // ----------------------------------------------------------------------------
 
-wxSize wxSpinButton::DoGetBestSize()
+wxSize wxSpinButton::DoGetBestSize() const
 {
     if ( (GetWindowStyle() & wxSP_VERTICAL) != 0 )
     {