diff layer/TextLayer.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/TextLayer.h	Fri Jun 30 11:26:10 2006 +0000
+++ b/layer/TextLayer.h	Wed Jul 05 16:15:22 2006 +0000
@@ -76,7 +76,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 getValueExtents(float &min, float &max,
                                  bool &logarithmic, QString &unit) const;