]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/accel.h
return const wxString& from wxFontMapper::GetDefaultConfigPath()
[wxWidgets.git] / include / wx / palmos / accel.h
index e1970d25b79734bd7574baabffe057c18632d64e..f47b035a5fd648a860274a616c6329ef75eb8779 100644 (file)
@@ -30,14 +30,8 @@ public:
 
     virtual ~wxAcceleratorTable();
 
-#if WXWIN_COMPATIBILITY_2_4
-    bool operator==(const wxAcceleratorTable& accel) const
-        { return m_refData == accel.m_refData; }
-    bool operator!=(const wxAcceleratorTable& accel) const
-        { return !(*this == accel); }
-#endif
-
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL() const;