X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f18aba58bcc9c216b897a1fa9b3c113012da654..84c5b38d579e140df28cfbb649587e8862148c89:/src/motif/spinbutt.cpp diff --git a/src/motif/spinbutt.cpp b/src/motif/spinbutt.cpp index 5b2fc9d073..7f00a8a420 100644 --- a/src/motif/spinbutt.cpp +++ b/src/motif/spinbutt.cpp @@ -11,6 +11,7 @@ #ifdef __GNUG__ #pragma implementation "spinbutt.h" +#pragma implementation "spinctlg.h" #endif #include "wx/spinbutt.h" @@ -19,7 +20,6 @@ // 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),