From: Robert Roebling Date: Sat, 9 Sep 2006 14:41:46 +0000 (+0000) Subject: The patch was missing a header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee4c13659b6a54d8f71e3ec9a3051f156fad9deb?ds=inline The patch was missing a header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index 26e7c18e35..e7d826968b 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -51,11 +51,15 @@ public: virtual bool SetForegroundColour(const wxColour& col); virtual bool SetBackgroundColour(const wxColour& col); - virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + + void SetIndeterminateMode(); + void SetDeterminateMode(); + void Pulse(); protected: virtual wxSize DoGetBestSize() const; + WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95) };