X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..d2b23b67301bd2d286366d4326a21da3132558fa:/src/palmos/spinbutt.cpp?ds=sidebyside diff --git a/src/palmos/spinbutt.cpp b/src/palmos/spinbutt.cpp index 4490692fb5..d42b461d10 100644 --- a/src/palmos/spinbutt.cpp +++ b/src/palmos/spinbutt.cpp @@ -17,11 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "spinbutt.h" - #pragma implementation "spinbutbase.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -29,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) // ============================================================================ @@ -153,4 +148,3 @@ void wxSpinButton::SetRange(int minVal, int maxVal) #endif // wxUSE_SPINCTN -