X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef359b4350a0b232dfda34b03040eab41eee2e97..cb3db09022512bcbb6c6c41dd6859ab9245186a1:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index ed1d7e1a0f..26e7c18e35 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -12,13 +12,9 @@ #ifndef _GAUGE95_H_ #define _GAUGE95_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "gauge95.h" -#endif - #if wxUSE_GAUGE -extern WXDLLEXPORT_DATA(const wxChar*) wxGaugeNameStr; +extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[]; // Group box class WXDLLEXPORT wxGauge95 : public wxGaugeBase @@ -55,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;