]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/pen.cpp
compilation fix
[wxWidgets.git] / src / gtk / pen.cpp
index 90a54a25eef97bbceed2e1d04dd101be1b34e048..8ac1097aa8112efe3133ba7d886293f80ad2f277 100644 (file)
@@ -100,12 +100,12 @@ wxPen& wxPen::operator = ( const wxPen& pen )
     return *this;
 }
 
-bool wxPen::operator == ( const wxPen& pen )
+bool wxPen::operator == ( const wxPen& pen ) const
 {
     return m_refData == pen.m_refData;
 }
 
-bool wxPen::operator != ( const wxPen& pen )
+bool wxPen::operator != ( const wxPen& pen ) const
 {
     return m_refData != pen.m_refData;
 }