X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..0c06c9839c0ca2f5857ed336bcbfd98031f97f08:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 39a86a3787..26e7c18e35 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -14,7 +14,7 @@ #if wxUSE_GAUGE -extern WXDLLEXPORT_DATA(const wxChar*) wxGaugeNameStr; +extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[]; // Group box class WXDLLEXPORT wxGauge95 : public wxGaugeBase @@ -51,8 +51,9 @@ public: virtual bool SetForegroundColour(const wxColour& col); virtual bool SetBackgroundColour(const wxColour& col); -protected: virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + +protected: virtual wxSize DoGetBestSize() const;