]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/metafile.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / mac / classic / metafile.h
index 2b528efeca862bfc71ffb87de0281b583e66fc86..7026e1bc54188941b9e9308900bfa82afda5152d 100644 (file)
@@ -75,8 +75,8 @@ public:
 
     // Operators
     inline wxMetafile& operator = (const wxMetafile& metafile) { if (*this == metafile) return (*this); Ref(metafile); return *this; }
-    inline bool operator == (const wxMetafile& metafile) { return m_refData == metafile.m_refData; }
-    inline bool operator != (const wxMetafile& metafile) { return m_refData != metafile.m_refData; }
+    inline bool operator == (const wxMetafile& metafile) const { return m_refData == metafile.m_refData; }
+    inline bool operator != (const wxMetafile& metafile) const { return m_refData != metafile.m_refData; }
 
 protected:
 };