X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/palmos/spinctrl.h diff --git a/include/wx/palmos/spinctrl.h b/include/wx/palmos/spinctrl.h index d0237f1346..912eb5532c 100644 --- a/include/wx/palmos/spinctrl.h +++ b/include/wx/palmos/spinctrl.h @@ -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_