X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f83a4540d1044f56b00147303786decd12a2dc2..eba0e4d417e4a57204abd04daa22919d4e2d5053:/include/wx/gtk1/colour.h diff --git a/include/wx/gtk1/colour.h b/include/wx/gtk1/colour.h index 9a6503eb41..8d27d3f3b2 100644 --- a/include/wx/gtk1/colour.h +++ b/include/wx/gtk1/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 );