]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
apply complete transforms (scroll window PrepareDC was not functioning properly)
[wxWidgets.git] / include / wx / motif / accel.h
index 9cfde947d9743f124305ff3c399af9232421f5e3..3de7ce764078fd34df098585d1ef474a615abde0 100644 (file)
@@ -29,7 +29,8 @@ public:
     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;