From: Brian Macy Date: Tue, 25 May 1999 23:27:00 +0000 (+0000) Subject: Fixed SetForeground and SetBackground declarations X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7740bc414353cf5c70ddef37b3700d35b7188d32 Fixed SetForeground and SetBackground declarations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/gaugemsw.h b/include/wx/msw/gaugemsw.h index 45774569ba..627f842afe 100644 --- a/include/wx/msw/gaugemsw.h +++ b/include/wx/msw/gaugemsw.h @@ -57,8 +57,8 @@ public: int GetRange(void) const ; int GetValue(void) const ; - void SetForegroundColour(const wxColour& col); - void SetBackgroundColour(const wxColour& col); + bool SetForegroundColour(const wxColour& col); + bool SetBackgroundColour(const wxColour& col); // Backward compatibility #if WXWIN_COMPATIBILITY