]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/spinctrl.h
use bool expression rather than implicit conversion
[wxWidgets.git] / include / wx / palmos / spinctrl.h
index d0237f13469cf63abd46ab4c3a7b0ecd88d3d0bc..912eb5532c3aeeed449aee6b9d41d6b48ebb381f 100644 (file)
@@ -25,7 +25,7 @@ WX_DEFINE_EXPORTED_ARRAY_PTR(wxSpinCtrl *, wxArraySpins);
 // control is clicked.
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxSpinCtrl : public wxSpinButton
+class WXDLLIMPEXP_CORE wxSpinCtrl : public wxSpinButton
 {
 public:
     wxSpinCtrl() { }
@@ -109,7 +109,7 @@ protected:
 private:
     DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxSpinCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxSpinCtrl);
 };
 
 #endif // _WX_PALMOS_SPINCTRL_H_