]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
enabling alpha on msw colour
[wxWidgets.git] / include / wx / motif / accel.h
index f51093d326af315bfcfee9fcaf5bc04afa8abc9e..9cfde947d9743f124305ff3c399af9232421f5e3 100644 (file)
@@ -24,7 +24,7 @@ public:
     wxAcceleratorTable(const wxString& resource); // Load from .rc resource
     wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]); // Load from array
 
-    ~wxAcceleratorTable();
+    virtual ~wxAcceleratorTable();
 
     bool operator == (const wxAcceleratorTable& accel) const { return m_refData == accel.m_refData; }
     bool operator != (const wxAcceleratorTable& accel) const { return m_refData != accel.m_refData; }