X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fa7c206f68655f226e37ce1f1cc7e646e6c0bf2..72c71d39724af116d419295b684dd2946efb3da3:/src/motif/spinbutt.cpp diff --git a/src/motif/spinbutt.cpp b/src/motif/spinbutt.cpp index 1e7533ef50..1c763d4603 100644 --- a/src/motif/spinbutt.cpp +++ b/src/motif/spinbutt.cpp @@ -11,11 +11,16 @@ #ifdef __GNUG__ #pragma implementation "spinbutt.h" +#pragma implementation "spinctlg.h" #endif #include "wx/spinbutt.h" +#include "wx/spinctrl.h" +// put wxSpinCtrl here too because it doesn't have a separate file for it in +// wxMotif (yet) IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl) +IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent) bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& WXUNUSED(pos), const wxSize& WXUNUSED(size),