1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

MouseGesturesPlugin: Fixed symbol lookup error.

- undefined symbol: _ZN7Gesture20MouseGestureCallbackD2Ev

closes #427
This commit is contained in:
nowrep 2012-06-28 22:23:46 +02:00
parent 39e8592e43
commit 572057b4f2

View File

@ -51,7 +51,7 @@ class MouseGestureCallback
{
public:
virtual void callback() = 0;
virtual ~MouseGestureCallback() = 0;
virtual ~MouseGestureCallback() { }
};
/*