]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
Fixed remaining int vs. long warnings.
[wxWidgets.git] / src / motif / spinbutt.cpp
index 2be88d497aa2b3516f1f6cdfb3ab15b141aa071b..1e7533ef50ea6673067e55f89d6d9c0d539c3c21 100644 (file)
 
 #include "wx/spinbutt.h"
 
 
 #include "wx/spinbutt.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent);
-#endif
+IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
 
 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),
             long style, const wxString& name)
 
 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),
             long style, const wxString& name)