]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / motif / accel.h
index 9cfde947d9743f124305ff3c399af9232421f5e3..7753ac9d6872284c92d1c240fa856ff0081de641 100644 (file)
@@ -26,10 +26,8 @@ public:
 
     virtual ~wxAcceleratorTable();
 
-    bool operator == (const wxAcceleratorTable& accel) const { return m_refData == accel.m_refData; }
-    bool operator != (const wxAcceleratorTable& accel) const { return m_refData != accel.m_refData; }
-
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     // Implementation only
     int GetCount() const;