From 7740bc414353cf5c70ddef37b3700d35b7188d32 Mon Sep 17 00:00:00 2001 From: Brian Macy Date: Tue, 25 May 1999 23:27:00 +0000 Subject: [PATCH] Fixed SetForeground and SetBackground declarations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/gaugemsw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0