]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
renamed m_boxes to m_buttons because, well, it contains the radio buttons and not...
[wxWidgets.git] / include / wx / html / htmlwin.h
index 62e4136c59b88008d1939e0311bac36a46e51aa6..dd22df3b2dfb51890d8857c028a8feea6384bd96 100644 (file)
@@ -142,6 +142,14 @@ protected:
      */
     wxHtmlWindowMouseHelper(wxHtmlWindowInterface *iface);
 
+    /**
+        Virtual dtor.
+
+        It is not really needed in this case but at leats it prevents gcc from
+        complaining about its absence.
+     */
+    virtual ~wxHtmlWindowMouseHelper() { }
+
     /// Returns true if the mouse moved since the last call to HandleIdle
     bool DidMouseMove() const { return m_tmpMouseMoved; }