]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
Fixed compile error
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index b5d7b8c54326eedf921007755a27c711c8937b19..1aa3c148e44972ca97eb803a8585fa33d9655163 100644 (file)
@@ -31,7 +31,7 @@ class WXDLLEXPORT wxAutomationObject: public wxObject
 {
 public:
     wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL);
-    ~wxAutomationObject();
+    virtual ~wxAutomationObject();
 
     // Set/get dispatch pointer
     inline void SetDispatchPtr(WXIDISPATCH* dispatchPtr) { m_dispatchPtr = dispatchPtr; };