]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
compilation fix for DJGPP
[wxWidgets.git] / src / motif / spinbutt.cpp
index 1e7533ef50ea6673067e55f89d6d9c0d539c3c21..112d3e0631444d3d55bbbce3bc81e8c342e81416 100644 (file)
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "spinbutt.h"
+    #pragma implementation "spinbutt.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)