# HG changeset patch # User Chris Cannam # Date 1141404980 0 # Node ID a6b2128eed5619ce47a881b74692c31f3e959053 # Parent 838652cc31e644304f7c2b7ae0b514a6a2fd0a69 * Continue MainWindow refactoring by making MainWindow actually use the new Document class -- still somewhat unstable * Fix crash in spectrogram layer * Rename tonalestimator to TonalEstimator and add to project file diff -r 838652cc31e6 -r a6b2128eed56 base/View.h --- a/base/View.h Fri Mar 03 16:32:45 2006 +0000 +++ b/base/View.h Fri Mar 03 16:56:20 2006 +0000 @@ -48,6 +48,7 @@ * which case they will remove themselves from this View * automatically), or to be removed explicitly without deleting * using removeLayer. + **!!!!!! */ virtual ~View();