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:
parent
59576592b8
commit
0d1903dbda
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class WXDLLIMPEXP_CORE wxAnyScrollHelperBase
|
|||
{
|
||||
public:
|
||||
wxEXPLICIT wxAnyScrollHelperBase(wxWindow* win);
|
||||
virtual ~wxAnyScrollHelperBase() {}
|
||||
|
||||
// Disable use of keyboard keys for scrolling. By default cursor movement
|
||||
// keys (including Home, End, Page Up and Down) are used to scroll the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue