X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..715efa4e254cf811bd14617d121b92fa82d64f8c:/include/wx/os2/spinbutt.h diff --git a/include/wx/os2/spinbutt.h b/include/wx/os2/spinbutt.h index 31821af0a2..c4835c6a24 100644 --- a/include/wx/os2/spinbutt.h +++ b/include/wx/os2/spinbutt.h @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: spinbutt.h +// Name: wx/os2/spinbutt.h // Purpose: wxSpinButton class // Author: David Webster // Modified by: // 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