Mercurial > hg > svapp
changeset 121:087662afe778
* Fix valgrind warning
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2008 16:09:04 +0000 |
parents | 2aa263b384f8 |
children | ab861544f998 |
files | framework/MainWindowBase.cpp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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");