]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/palette.h
gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out
[wxWidgets.git] / include / wx / motif / palette.h
index cf198a273fa0e99c2f60de896451d35721d4ddbd..b40831a8942f18d2a1f98ec0ef352db4295dc37c 100644 (file)
@@ -66,8 +66,8 @@ public:
   virtual bool Ok() const { return (m_refData != NULL) ; }
 
   wxPalette& operator = (const wxPalette& palette) { if (*this == palette) return (*this); Ref(palette); return *this; }
-  bool operator == (const wxPalette& palette) { return m_refData == palette.m_refData; }
-  bool operator != (const wxPalette& palette) { return m_refData != palette.m_refData; }
+  bool operator == (const wxPalette& palette) const { return m_refData == palette.m_refData; }
+  bool operator != (const wxPalette& palette) const { return m_refData != palette.m_refData; }
 
   // Motif-specific
   WXColormap GetXColormap(WXDisplay* display = NULL) const;