]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider.h
simplifying native string handling, see #11061
[wxWidgets.git] / include / wx / msw / slider.h
index 4dfe3dd50a38417d303d3fd603003215f1f2abdc..a692c9905cc7ae9468170d15b9b1506efd8aece7 100644 (file)
@@ -15,7 +15,7 @@
 class WXDLLIMPEXP_FWD_CORE wxSubwindows;
 
 // Slider
-class WXDLLEXPORT wxSlider : public wxSliderBase
+class WXDLLIMPEXP_CORE wxSlider : public wxSliderBase
 {
 public:
     wxSlider() { Init(); }
@@ -101,7 +101,7 @@ protected:
     void Init();
 
     // format an integer value as string
-    static wxString Format(int n) { return wxString::Format(_T("%d"), n); }
+    static wxString Format(int n) { return wxString::Format(wxT("%d"), n); }
 
     // get the boundig box for the slider and possible labels
     wxRect GetBoundingBox() const;