X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fa7c206f68655f226e37ce1f1cc7e646e6c0bf2..ee65598f95309d64d69cfb4dd4191b3f567551fb:/src/motif/spinbutt.cpp diff --git a/src/motif/spinbutt.cpp b/src/motif/spinbutt.cpp index 1e7533ef50..7f00a8a420 100644 --- a/src/motif/spinbutt.cpp +++ b/src/motif/spinbutt.cpp @@ -11,10 +11,14 @@ #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(wxSpinEvent, wxNotifyEvent)