Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.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/Colour3DPlotLayer.h Fri Jun 30 11:26:10 2006 +0000 +++ b/layer/Colour3DPlotLayer.h Wed Jul 05 16:15:22 2006 +0000 @@ -62,7 +62,7 @@ void setModel(const DenseThreeDimensionalModel *model); - virtual int getCompletion() const { return m_model->getCompletion(); } + virtual int getCompletion(View *) const { return m_model->getCompletion(); } virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; }