X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93089472db99c3ce001b181f5b00c5a7b1fcf22f..508203b0569ac5a3959daacaa0d1ab969c3c7a16:/src/msw/gaugemsw.cpp 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;