Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 121:087662afe778
* Fix valgrind warning
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2008 16:09:04 +0000 |
parents | 0c1ea5ff6518 |
children | 74dd55646f52 |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Fri May 23 15:36:20 2008 +0000 +++ b/framework/MainWindowBase.cpp Wed Jun 04 16:09:04 2008 +0000 @@ -113,7 +113,8 @@ m_documentModified(false), m_openingAudioFile(false), m_abandoning(false), - m_labeller(0) + m_labeller(0), + m_lastPlayStatusSec(0) { Profiler profiler("MainWindowBase::MainWindowBase");