]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/pen.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / motif / pen.h
index 120d793d8979aa23df988c22251d7b58b5fed1d2..b0a30769e1c57335ea92059700b5d421e60c6eef 100644 (file)
@@ -57,8 +57,8 @@ public:
   ~wxPen();
 
   inline wxPen& operator = (const wxPen& pen) { if (*this == pen) return (*this); Ref(pen); return *this; }
-  inline bool operator == (const wxPen& pen) { return m_refData == pen.m_refData; }
-  inline bool operator != (const wxPen& pen) { return m_refData != pen.m_refData; }
+  inline bool operator == (const wxPen& pen) const { return m_refData == pen.m_refData; }
+  inline bool operator != (const wxPen& pen) const { return m_refData != pen.m_refData; }
 
   virtual bool Ok() const { return (m_refData != NULL) ; }