compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-05-10 22:40:05 +00:00
parent ef58b38276
commit 93089472db
2 changed files with 25 additions and 17 deletions

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