From 5cfbc8d0e549dd7634628bf88ce11cf75baedbbf Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 23 Sep 2006 10:01:05 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/paletteg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)