]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed SetForeground and SetBackground declarations
authorBrian Macy <nobody@localhost>
Tue, 25 May 1999 23:27:00 +0000 (23:27 +0000)
committerBrian Macy <nobody@localhost>
Tue, 25 May 1999 23:27:00 +0000 (23:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/gaugemsw.h

index 45774569bafdf5ee2ba9323f4ec4b613790e6a19..627f842afe907f53011996b0ef80710fc3d72edd 100644 (file)
@@ -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