]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/applet/loadpage.h
added support for colour cursors in wxGTK (patch 1655576)
[wxWidgets.git] / contrib / include / wx / applet / loadpage.h
index 223dabc4b7f8bb9a53f98e7cc2982881dce8433b..4c504a810d5aa969d81edb0a13dcb308b92ffa04 100644 (file)
@@ -66,7 +66,7 @@ public:
             wxLoadPageEvent(const wxString &hRef = "",wxHtmlAppletWindow *htmlWindow = NULL);
 
             // Destructor
-            ~wxLoadPageEvent() {}
+            virtual ~wxLoadPageEvent() {}
 
             // Clone Virtual
             virtual wxEvent *Clone() const { return new wxLoadPageEvent(m_hRef, m_htmlWindow); }
@@ -96,7 +96,7 @@ public:
             wxPageLoadedEvent();
 
             // Destructor
-            ~wxPageLoadedEvent() {}
+            virtual ~wxPageLoadedEvent() {}
 
             // Clone Virtual
             virtual wxEvent *Clone() const {