]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo.
authorRobert Roebling <robert@roebling.de>
Sat, 23 Sep 2006 10:01:05 +0000 (10:01 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 23 Sep 2006 10:01:05 +0000 (10:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/paletteg.h

index 2eb853fc11f9ca16d586e9e0dfbbf7aba16ef310..8de3db902911d2e73d4946cd1cb31d27d332b132 100644 (file)
@@ -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)