From 10318029c4c3ab46d10aa945bc147d3b11354587 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 7 Sep 2013 21:06:47 +0100 Subject: Missing virtual destructor. --- src/wx/timeline.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 7c0690084..87070b35e 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -42,6 +42,8 @@ public: { } + + virtual ~View () {} void paint (wxGraphicsContext* g) { -- cgit v1.2.3