From a9ac0bea5be080bb7acedff357a747263f08cdfc Mon Sep 17 00:00:00 2001 From: Brian Macy Date: Tue, 11 May 1999 21:09:44 +0000 Subject: [PATCH] Fixed incorrect return type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/gaugemsw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/gaugemsw.cpp b/src/msw/gaugemsw.cpp index 4a82b4f896..97fc9b7cfb 100644 --- a/src/msw/gaugemsw.cpp +++ b/src/msw/gaugemsw.cpp @@ -228,7 +228,7 @@ bool wxGaugeMSW::SetForegroundColour(const wxColour& col) return TRUE; } -void wxGaugeMSW::SetBackgroundColour(const wxColour& col) +bool wxGaugeMSW::SetBackgroundColour(const wxColour& col) { if ( !wxControl::SetBackgroundColour(col) ) return FALSE; -- 2.49.0