git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38768
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
wxHtmlWindowMouseHelper(wxHtmlWindowInterface *iface);
*/
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; }
/// Returns true if the mouse moved since the last call to HandleIdle
bool DidMouseMove() const { return m_tmpMouseMoved; }