]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/spinbutt.h
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the...
[wxWidgets.git] / include / wx / os2 / spinbutt.h
index 31821af0a231d3aa383cdf06553224eb5b793255..1513ab8860251890082c618e25b450e9d3a272fd 100644 (file)
@@ -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