]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/colour.h
Added wxRichTextTableBlock class to help with table UI operations
[wxWidgets.git] / include / wx / os2 / colour.h
index e1d44c1c83e122224c8e9cba7c4210b8f3ce61e0..857e533c418d7d6a82939289d4fc872713cf1527 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Webster
 // Modified by:
 // Created:     10/13/99
-// RCS-ID:      $Id$
 // Copyright:   (c) David Webster
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -49,7 +48,7 @@ public:
 
     bool operator != (const wxColour& rColour) const { return !(*this == rColour); }
 
-    WXCOLORREF GetPixel(void) const { return m_vPixel; };
+    WXCOLORREF GetPixel(void) const { return m_vPixel; }
 
 
 private: