mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-24 12:46:35 +01:00
MouseGesturesPlugin: Fixed symbol lookup error.
- undefined symbol: _ZN7Gesture20MouseGestureCallbackD2Ev closes #427
This commit is contained in:
parent
39e8592e43
commit
572057b4f2
@ -51,7 +51,7 @@ class MouseGestureCallback
|
||||
{
|
||||
public:
|
||||
virtual void callback() = 0;
|
||||
virtual ~MouseGestureCallback() = 0;
|
||||
virtual ~MouseGestureCallback() { }
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user