X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936f635341e9b92b37db93cc7781d564babbe25f..e5805c0fde8bfabee79b155fbea761398efa4fc0:/include/wx/msw/slider.h diff --git a/include/wx/msw/slider.h b/include/wx/msw/slider.h index 4dfe3dd50a..a692c9905c 100644 --- a/include/wx/msw/slider.h +++ b/include/wx/msw/slider.h @@ -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;