X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..5a0a15cf56c4bfde818e9d575fb662612e156c2f:/include/wx/os2/spinbutt.h diff --git a/include/wx/os2/spinbutt.h b/include/wx/os2/spinbutt.h index 31821af0a2..1513ab8860 100644 --- a/include/wx/os2/spinbutt.h +++ b/include/wx/os2/spinbutt.h @@ -6,7 +6,7 @@ // Created: 10/15/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SPINBUTT_H_ @@ -22,7 +22,7 @@ extern MRESULT EXPENTRY wxSpinCtrlWndProc( , MPARAM lParam ); -class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase +class WXDLLIMPEXP_CORE wxSpinButton: public wxSpinButtonBase { public: // Construction @@ -32,7 +32,7 @@ public: ,const wxPoint& rPos = wxDefaultPosition ,const wxSize& rSize = wxDefaultSize ,long lStyle = wxSP_VERTICAL - ,const wxString& rsName = "wxSpinButton" + ,const wxString& rsName = wxT("wxSpinButton") ) { Create(pParent, vId, rPos, rSize, lStyle, rsName); @@ -45,7 +45,7 @@ public: ,const wxPoint& rPos = wxDefaultPosition ,const wxSize& rSize = wxDefaultSize ,long lStyle = wxSP_VERTICAL - ,const wxString& rsName = "wxSpinButton" + ,const wxString& rsName = wxT("wxSpinButton") ); // Accessors