mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +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:
|
public:
|
||||||
virtual void callback() = 0;
|
virtual void callback() = 0;
|
||||||
virtual ~MouseGestureCallback() = 0;
|
virtual ~MouseGestureCallback() { }
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user