]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/brush.cpp
Applied patch for non-Latin keyboards.
[wxWidgets.git] / src / gtk / brush.cpp
index b58261b95c34a22bde413acda9d4c50cb6b6a23c..70a2790e4ae08880ff39c36cd20cefa4b2dc3d3f 100644 (file)
@@ -96,12 +96,12 @@ wxBrush& wxBrush::operator = ( const wxBrush& brush )
     return *this;
 }
 
-bool wxBrush::operator == ( const wxBrush& brush )
+bool wxBrush::operator == ( const wxBrush& brush ) const
 {
     return m_refData == brush.m_refData;
 }
 
-bool wxBrush::operator != ( const wxBrush& brush )
+bool wxBrush::operator != ( const wxBrush& brush ) const
 {
     return m_refData != brush.m_refData;
 }