]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/accel.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / mac / classic / accel.h
index d68b50d59785231e34da6d4d2f6c818e80976053..6d34d460d8f418288383554b09bf75def75ffbb7 100644 (file)
@@ -33,9 +33,9 @@ public:
 
     wxAcceleratorTable& operator = (const wxAcceleratorTable& accel)
     { if (*this == accel) return (*this); Ref(accel); return *this; }
-    bool operator == (const wxAcceleratorTable& accel)
+    bool operator == (const wxAcceleratorTable& accel) const
     { return m_refData == accel.m_refData; }
-    bool operator != (const wxAcceleratorTable& accel)
+    bool operator != (const wxAcceleratorTable& accel) const
     { return m_refData != accel.m_refData; }
 
     bool Ok() const;