X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..75ded4d17344618afd302a0671f1277791ee17ed:/include/wx/os2/spinctrl.h diff --git a/include/wx/os2/spinctrl.h b/include/wx/os2/spinctrl.h index c28c645ef3..18c478c72f 100644 --- a/include/wx/os2/spinctrl.h +++ b/include/wx/os2/spinctrl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/spinctrl.h +// Name: wx/os2/spinctrl.h // Purpose: wxSpinCtrl class declaration for Win32 // Author: David Webster // Modified by: @@ -23,7 +23,7 @@ WX_DEFINE_EXPORTED_ARRAY_PTR(wxSpinCtrl *, wxArraySpins); // control is clicked. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxSpinCtrl : public wxSpinButton +class WXDLLIMPEXP_CORE wxSpinCtrl : public wxSpinButton { public: wxSpinCtrl() { } @@ -36,7 +36,7 @@ public: ,int nMin = 0 ,int nMax = 100 ,int nInitial = 0 - ,const wxString& rsName = _T("wxSpinCtrl") + ,const wxString& rsName = wxT("wxSpinCtrl") ) { Create(pParent, vId, rsValue, rPos, rSize, lStyle, nMin, nMax, nInitial, rsName); @@ -52,7 +52,7 @@ public: ,int nMin = 0 ,int nMax = 100 ,int nInitial = 0 - ,const wxString& rsName = _T("wxSpinCtrl") + ,const wxString& rsName = wxT("wxSpinCtrl") ); //