added virtual dtor to wxHtmlWindowMouseHelper to avoid gcc warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,6 +142,14 @@ protected:
|
|||||||
*/
|
*/
|
||||||
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
|
/// Returns true if the mouse moved since the last call to HandleIdle
|
||||||
bool DidMouseMove() const { return m_tmpMouseMoved; }
|
bool DidMouseMove() const { return m_tmpMouseMoved; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user