]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/accel.h
SetTextColour is gone
[wxWidgets.git] / include / wx / palmos / accel.h
index e1970d25b79734bd7574baabffe057c18632d64e..5c9b415759645cbaaccb404b47ad2a87f8d4dc62 100644 (file)
@@ -37,7 +37,8 @@ public:
         { return !(*this == accel); }
 #endif
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL() const;