From: Carl Hetherington Date: Sat, 7 Sep 2013 20:06:47 +0000 (+0100) Subject: Missing virtual destructor. X-Git-Tag: v2.0.48~1337^2~11 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=10318029c4c3ab46d10aa945bc147d3b11354587;p=dcpomatic.git Missing virtual destructor. --- 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) {