diff view/View.h @ 728:596414d20ef0 tonioni

Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well.
author Chris Cannam
date Tue, 04 Mar 2014 15:28:32 +0000
parents c3593bb2de6b
children 56ba2b03508e
line wrap: on
line diff
--- a/view/View.h	Mon Feb 24 17:04:48 2014 -0500
+++ b/view/View.h	Tue Mar 04 15:28:32 2014 +0000
@@ -401,6 +401,8 @@
 
 public:
     ViewPropertyContainer(View *v);
+    virtual ~ViewPropertyContainer();
+
     PropertyList getProperties() const { return m_v->getProperties(); }
     QString getPropertyLabel(const PropertyName &n) const {
         return m_v->getPropertyLabel(n);