X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92b87be5188118209d22ec2f578203877e57e6be..2917e9204382ec1ecc96de7fc98bd3068da2233c:/include/wx/msw/gaugemsw.h?ds=sidebyside 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