]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/colour.h
Use (newly) added wxStaticCastVariantData() to fix wxNO_RTTI build.
[wxWidgets.git] / include / wx / os2 / colour.h
index e1d44c1c83e122224c8e9cba7c4210b8f3ce61e0..7fc1a01c816e6428f5703a4ebc66ec2481b553d5 100644 (file)
@@ -49,7 +49,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: