diff widgets/PropertyStack.cpp @ 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 4806715f7a19
children b6dc57688c72
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Thu Feb 06 18:34:43 2014 +0000
+++ b/widgets/PropertyStack.cpp	Tue Mar 04 15:32:28 2014 +0000
@@ -74,6 +74,10 @@
 	    m_client, SLOT(propertyContainerSelected(View *, PropertyContainer *)));
 }
 
+PropertyStack::~PropertyStack()
+{
+}
+
 void
 PropertyStack::repopulate()
 {