changeset 54:c30b624cb7b8

Initialise flexi note layer (avoid crash in dtor)
author Chris Cannam
date Tue, 16 Jul 2013 18:01:45 +0100
parents ab10f175b4cb
children 0837a914e2d5
files src/Analyser.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Analyser.cpp	Mon Jul 15 18:40:26 2013 +0100
+++ b/src/Analyser.cpp	Tue Jul 16 18:01:45 2013 +0100
@@ -32,7 +32,8 @@
 Analyser::Analyser() :
     m_document(0),
     m_fileModel(0),
-    m_pane(0)
+    m_pane(0),
+    m_flexiNoteLayer(0)
 {
 }