diff data/model/FFTModel.cpp @ 1599:ce185d4dd408 bqaudiostream

Merge from default branch
author Chris Cannam
date Wed, 23 Jan 2019 14:43:43 +0000
parents 70e172e6cc59
children c9a15ee5dc1d 901f37d32060
line wrap: on
line diff
--- a/data/model/FFTModel.cpp	Wed Jan 23 10:31:40 2019 +0000
+++ b/data/model/FFTModel.cpp	Wed Jan 23 14:43:43 2019 +0000
@@ -75,7 +75,7 @@
 {
     if (m_model) {
         SVDEBUG << "FFTModel[" << this << "]::sourceModelAboutToBeDeleted(" << m_model << ")" << endl;
-        m_model = 0;
+        m_model = nullptr;
     }
 }