]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
Made wxContextHelp implementation generic and added wxFindWindowAtPointer,
[wxWidgets.git] / src / motif / spinbutt.cpp
index ae086ae31962efb492ca6c1a4f96677378b04184..1e7533ef50ea6673067e55f89d6d9c0d539c3c21 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/spinbutt.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent);
+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)