summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/evoral/Event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/evoral/Event.hpp b/libs/evoral/evoral/Event.hpp
index d812922afc..f9f5eb6a40 100644
--- a/libs/evoral/evoral/Event.hpp
+++ b/libs/evoral/evoral/Event.hpp
@@ -56,7 +56,7 @@ struct Event {
*/
Event(const Event& copy, bool alloc);
- ~Event();
+ virtual ~Event();
const Event& operator=(const Event& copy);