From: Robert Roebling Date: Sat, 23 Sep 2006 10:01:05 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5cfbc8d0e549dd7634628bf88ce11cf75baedbbf Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/paletteg.h b/include/wx/generic/paletteg.h index 2eb853fc11..8de3db9029 100644 --- a/include/wx/generic/paletteg.h +++ b/include/wx/generic/paletteg.h @@ -41,7 +41,7 @@ public: int GetPixel( unsigned char red, unsigned char green, unsigned char blue ) const; bool GetRGB( int pixel, unsigned char *red, unsigned char *green, unsigned char *blue ) const; - virtual int GetColoursCount() const: + virtual int GetColoursCount() const; private: DECLARE_DYNAMIC_CLASS(wxPalette)