projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixing warning about missing virt destructor
[wxWidgets.git]
/
include
/
wx
/
motif
/
colour.h
diff --git
a/include/wx/motif/colour.h
b/include/wx/motif/colour.h
index 3f628a90d69a011e5f3d1a53cfc7f53c58ec3411..9c8bb43a4275db193796b9e5c1a7bd121a870f9b 100644
(file)
--- a/
include/wx/motif/colour.h
+++ b/
include/wx/motif/colour.h
@@
-36,7
+36,6
@@
public:
// accessors
- 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; }