#if wxUSE_GAUGE
-extern WXDLLEXPORT_DATA(const wxChar*) wxGaugeNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[];
// Group box
class WXDLLEXPORT wxGauge95 : public wxGaugeBase
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;