]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/accel.h
GetCurrentSelection() was documented but not present in all ports (just MSW and GTK...
[wxWidgets.git] / include / wx / os2 / accel.h
index 0df2799ba8c170b30be293c471c84119f1b24ed8..a0ee7448b31e80cce869cc0a4295558d4535d8b4 100644 (file)
@@ -45,7 +45,8 @@ public:
     inline bool operator!= (const wxAcceleratorTable& rAccel) const
     { return m_refData != rAccel.m_refData; };
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL(void) const;