X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/motif/colour.h?ds=sidebyside diff --git a/include/wx/motif/colour.h b/include/wx/motif/colour.h index 01a825a2c6..66adbec41e 100644 --- a/include/wx/motif/colour.h +++ b/include/wx/motif/colour.h @@ -38,8 +38,8 @@ public: unsigned char Green() const { return m_green; } unsigned char Blue() const { return m_blue; } - WXPixel GetPixel() const { return m_pixel; }; - void SetPixel(WXPixel pixel) { m_pixel = pixel; m_isInit = true; }; + WXPixel GetPixel() const { return m_pixel; } + void SetPixel(WXPixel pixel) { m_pixel = pixel; m_isInit = true; } inline bool operator == (const wxColour& colour) const { return (m_red == colour.m_red && m_green == colour.m_green && m_blue == colour.m_blue); }