]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/accel.h
define bookctrl (and -derived) classes flags in their headers instead of defs.h;...
[wxWidgets.git] / include / wx / os2 / accel.h
index 60f3de60c066c42f3d5048a0172d5813b91de40f..a0ee7448b31e80cce869cc0a4295558d4535d8b4 100644 (file)
@@ -38,14 +38,15 @@ public:
                        ,const wxAcceleratorEntry vaEntries[]
                       ); // Load from array
 
-    ~wxAcceleratorTable();
+    virtual ~wxAcceleratorTable();
 
     inline bool operator== (const wxAcceleratorTable& rAccel) const
     { return m_refData == rAccel.m_refData; };
     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;