Mercurial > hg > svgui
diff layer/TimeInstantLayer.h @ 115:47cb32bb35ab
* Restore progress updates to spectrogram
author | Chris Cannam |
---|---|
date | Wed, 05 Jul 2006 16:15:22 +0000 |
parents | 0f36cdf407a6 |
children | 999ae0f7d10c |
line wrap: on
line diff
--- a/layer/TimeInstantLayer.h Fri Jun 30 11:26:10 2006 +0000 +++ b/layer/TimeInstantLayer.h Wed Jul 05 16:15:22 2006 +0000 @@ -84,7 +84,7 @@ virtual bool isLayerEditable() const { return true; } - virtual int getCompletion() const { return m_model->getCompletion(); } + virtual int getCompletion(View *) const { return m_model->getCompletion(); } virtual bool needsTextLabelHeight() const { return m_model->hasTextLabels(); }