]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/spinctrl.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / os2 / spinctrl.h
index 8e7feec3a4774b350eb869b8672deaee5e3ae1d3..c28c645ef393086127315d4afa1a1123f58c9524 100644 (file)
@@ -14,7 +14,7 @@
 
 #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);
 
 // ----------------------------------------------------------------------------