Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,6 +65,7 @@ class WXDLLIMPEXP_CORE wxAnyScrollHelperBase
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxEXPLICIT wxAnyScrollHelperBase(wxWindow* win);
|
wxEXPLICIT wxAnyScrollHelperBase(wxWindow* win);
|
||||||
|
virtual ~wxAnyScrollHelperBase() {}
|
||||||
|
|
||||||
// Disable use of keyboard keys for scrolling. By default cursor movement
|
// Disable use of keyboard keys for scrolling. By default cursor movement
|
||||||
// keys (including Home, End, Page Up and Down) are used to scroll the
|
// keys (including Home, End, Page Up and Down) are used to scroll the
|
||||||
|
Reference in New Issue
Block a user