Missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Sep 2013 20:06:47 +0000 (21:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Sep 2013 20:06:47 +0000 (21:06 +0100)
src/wx/timeline.cc

index 7c0690084341b02a15507df31f566c7d7ec042c3..87070b35edb485d0003f5a971590d349a38a87e3 100644 (file)
@@ -42,6 +42,8 @@ public:
        {
 
        }
+
+       virtual ~View () {}
                
        void paint (wxGraphicsContext* g)
        {