]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
Added 'tardist' script for creating .tgz archives of wxWin; cured wxExecute
[wxWidgets.git] / include / wx / gtk / colour.h
index 9a6503eb418cdac055c277cf00c2caab1e3b5be7..8d27d3f3b2ad32f7cd08f9166749b76d3867c174 100644 (file)
@@ -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 );