X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f83a4540d1044f56b00147303786decd12a2dc2..f925f24de8a4e6aa116efed61ab77ec08b686c67:/include/wx/gtk/colour.h

diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h
index 9a6503eb41..8d27d3f3b2 100644
--- a/include/wx/gtk/colour.h
+++ b/include/wx/gtk/colour.h
@@ -58,8 +58,8 @@ public:
   ~wxColour();
 
   // comparison
-  bool operator == ( const wxColour& col );
-  bool operator != ( const wxColour& col );
+  bool operator == ( const wxColour& col ) const;
+  bool operator != ( const wxColour& col ) const;
 
   // accessors
   void Set( unsigned char red, unsigned char green, unsigned char blue );