]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/spinctrl.h
process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes...
[wxWidgets.git] / include / wx / palmos / spinctrl.h
index 98195d871df7d611651c972ade80650a40ab9852..d0237f13469cf63abd46ab4c3a7b0ecd88d3d0bc 100644 (file)
 #ifndef _WX_PALMOS_SPINCTRL_H_
 #define _WX_PALMOS_SPINCTRL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "spinctrl.h"
-#endif
-
 #include "wx/spinbutt.h"    // the base class
 
 #include "wx/dynarray.h"
 
-class WXDLLEXPORT wxSpinCtrl;
+class WXDLLIMPEXP_FWD_CORE wxSpinCtrl;
 WX_DEFINE_EXPORTED_ARRAY_PTR(wxSpinCtrl *, wxArraySpins);
 
 // ----------------------------------------------------------------------------