X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e0071d949c302b17d6459de98c5cf42600d96fe..5f3c1f2e2991d6c0a7d9eb4cb41a784c7dcc1707:/include/wx/motif/colour.h diff --git a/include/wx/motif/colour.h b/include/wx/motif/colour.h index 522d7345c0..3f628a90d6 100644 --- a/include/wx/motif/colour.h +++ b/include/wx/motif/colour.h @@ -36,7 +36,8 @@ public: // 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; } unsigned char Blue() const { return m_blue; }