]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
[ 1585253 ] Various important bugfixes to wxFileName::Normalize
[wxWidgets.git] / include / wx / msw / accel.h
index d63a77c68c8eee62d2a57821af1bbdc3ecdcc6ed..f65d24664fa1d972c42c9b35d1e8ea0f98241493 100644 (file)
@@ -34,7 +34,8 @@ public:
     bool operator!=(const wxAcceleratorTable& accel) const
         { return !(*this == accel); }
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL() const;