X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/spinbutt.h?ds=sidebyside diff --git a/include/wx/os2/spinbutt.h b/include/wx/os2/spinbutt.h index 31821af0a2..c37381f327 100644 --- a/include/wx/os2/spinbutt.h +++ b/include/wx/os2/spinbutt.h @@ -1,12 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 +21,7 @@ extern MRESULT EXPENTRY wxSpinCtrlWndProc( , MPARAM lParam ); -class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase +class WXDLLIMPEXP_CORE wxSpinButton: public wxSpinButtonBase { public: // Construction @@ -32,7 +31,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 +44,7 @@ public: ,const wxPoint& rPos = wxDefaultPosition ,const wxSize& rSize = wxDefaultSize ,long lStyle = wxSP_VERTICAL - ,const wxString& rsName = "wxSpinButton" + ,const wxString& rsName = wxT("wxSpinButton") ); // Accessors