X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..694f411c85ae5d885b9e9282e985a0568bf3ec67:/src/palmos/spinbutt.cpp?ds=sidebyside diff --git a/src/palmos/spinbutt.cpp b/src/palmos/spinbutt.cpp index 5c52674988..d42b461d10 100644 --- a/src/palmos/spinbutt.cpp +++ b/src/palmos/spinbutt.cpp @@ -24,14 +24,14 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#include "wx/app.h" -#endif - #if wxUSE_SPINBTN #include "wx/spinbutt.h" +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif + IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent) // ============================================================================ @@ -148,4 +148,3 @@ void wxSpinButton::SetRange(int minVal, int maxVal) #endif // wxUSE_SPINCTN -