diff layer/Colour3DPlotLayer.h @ 825:f7590917177c tonioni

Merge from default branch
author Chris Cannam
date Fri, 18 Jul 2014 11:07:40 +0100
parents 2d4af227fd32
children 1757933ce5a7
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h	Fri Jul 18 11:07:13 2014 +0100
+++ b/layer/Colour3DPlotLayer.h	Fri Jul 18 11:07:40 2014 +0100
@@ -168,7 +168,7 @@
     void cacheInvalid();
     void cacheInvalid(int startFrame, int endFrame);
     void modelChanged();
-    void modelChanged(int, int);
+    void modelChangedWithin(int, int);
 
 protected:
     const DenseThreeDimensionalModel *m_model; // I do not own this