X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7cacb43db1e69b87b257a67912b4d52995b070a..a75124d0da255513e83d2e62f963dd849829466b:/include/wx/msw/colour.h?ds=sidebyside diff --git a/include/wx/msw/colour.h b/include/wx/msw/colour.h index 0faf3d086e..64adfe9c3f 100644 --- a/include/wx/msw/colour.h +++ b/include/wx/msw/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; } @@ -56,7 +55,7 @@ public: bool operator != (const wxColour& colour) const { return !(*this == colour); } - WXCOLORREF GetPixel() const { return m_pixel; }; + WXCOLORREF GetPixel() const { return m_pixel; } public: