]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/palette.h
Committed William Osborne's wxPalmOS port
[wxWidgets.git] / include / wx / os2 / palette.h
index e3ab2ac73b38f1657831c9fb43ca6fac9cc9751b..9d445157d1412e0c7f584ac91473091d0ed194f1 100644 (file)
@@ -63,8 +63,10 @@ public:
     virtual bool Ok(void) const { return (m_refData != NULL) ; }
 
     inline wxPalette& operator = (const wxPalette& rPalette) { if (*this == rPalette) return (*this); Ref(rPalette); return *this; }
-    inline bool       operator == (const wxPalette& rPalette) { return m_refData == rPalette.m_refData; }
-    inline bool       operator != (const wxPalette& rPalette) { return m_refData != rPalette.m_refData; }
+    inline bool       operator == (const wxPalette& rPalette) const
+        { return m_refData == rPalette.m_refData; }
+    inline bool       operator != (const wxPalette& rPalette) const
+        { return m_refData != rPalette.m_refData; }
 
     virtual bool FreeResource(bool bForce = FALSE);