projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed empty and unused CalculateScrollbar() method
[wxWidgets.git]
/
include
/
wx
/
generic
/
colour.h
diff --git
a/include/wx/generic/colour.h
b/include/wx/generic/colour.h
index 1f4f4ed5c1a9790410d80b60c04cb647996fbbae..28627daa0a0c372aea30da30f8a5a394c6a3fadb 100644
(file)
--- a/
include/wx/generic/colour.h
+++ b/
include/wx/generic/colour.h
@@
-33,7
+33,8
@@
public:
virtual ~wxColour();
// accessors
- bool Ok() const { return m_isInit; }
+ bool Ok() const { return IsOk(); }
+ bool IsOk() const { return m_isInit; }
unsigned char Red() const { return m_red; }
unsigned char Green() const { return m_green; }