diff widgets/PropertyStack.cpp @ 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 d1c0abfb11be
children 558c71a802d4
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Mon Feb 24 17:04:48 2014 -0500
+++ b/widgets/PropertyStack.cpp	Tue Mar 04 15:28:32 2014 +0000
@@ -74,6 +74,10 @@
 	    m_client, SLOT(propertyContainerSelected(View *, PropertyContainer *)));
 }
 
+PropertyStack::~PropertyStack()
+{
+}
+
 void
 PropertyStack::repopulate()
 {