X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f83a4540d1044f56b00147303786decd12a2dc2..fb20fa43a07ce52feb43a4b26514fc7a6a11a6f5:/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 );