]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
no real changes, just some cleanup
[wxWidgets.git] / include / wx / msw / colour.h
index 0faf3d086e2792ae672266e030005f4ce1c8de4d..c3854f50b8475c65eb0d48eab1ca42ae627dae79 100644 (file)
@@ -56,7 +56,7 @@ public:
 
     bool operator != (const wxColour& colour) const { return !(*this == colour); }
 
-    WXCOLORREF GetPixel() const { return m_pixel; };
+    WXCOLORREF GetPixel() const { return m_pixel; }
 
 
 public: