]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed incorrect return type
authorBrian Macy <nobody@localhost>
Tue, 11 May 1999 21:09:44 +0000 (21:09 +0000)
committerBrian Macy <nobody@localhost>
Tue, 11 May 1999 21:09:44 +0000 (21:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/gaugemsw.cpp

index 4a82b4f8965ede0b81be7b9f8cb02654e2c62936..97fc9b7cfb66d6ad4339df7dcbb11af7a1dd170b 100644 (file)
@@ -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;