X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93089472db99c3ce001b181f5b00c5a7b1fcf22f..ed673c6a48b3479beac60a93ff8f44611e44415f:/include/wx/msw/gaugemsw.h?ds=sidebyside diff --git a/include/wx/msw/gaugemsw.h b/include/wx/msw/gaugemsw.h index 627f842afe..7f0a1f39f3 100644 --- a/include/wx/msw/gaugemsw.h +++ b/include/wx/msw/gaugemsw.h @@ -18,7 +18,7 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; // Group box class WXDLLEXPORT wxGaugeMSW: public wxControl @@ -70,10 +70,6 @@ public: protected: int m_rangeMax; int m_gaugePos; - - virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO); }; #endif