Fixed SetForeground and SetBackground declarations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Macy
1999-05-25 23:27:00 +00:00
parent a8f2578758
commit 7740bc4143

View 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