diff view/View.h @ 729:25b3d5802e6e

Fix failure to delete property stack when pane is deleted (sometimes)
author Chris Cannam
date Tue, 04 Mar 2014 15:32:28 +0000
parents c3593bb2de6b
children 56ba2b03508e
line wrap: on
line diff
--- a/view/View.h	Thu Feb 06 18:34:43 2014 +0000
+++ b/view/View.h	Tue Mar 04 15:32:28 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);