Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 908:4a578a360011 cxx11
More type fixes
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 13:22:10 +0000 |
parents | e0f08e108064 |
children | 94e4952a6774 1c37aa13bfd8 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Tue Mar 10 10:31:27 2015 +0000 +++ b/layer/Colour3DPlotLayer.h Tue Mar 10 13:22:10 2015 +0000 @@ -166,9 +166,9 @@ protected slots: void cacheInvalid(); - void cacheInvalid(int startFrame, int endFrame); + void cacheInvalid(sv_frame_t startFrame, sv_frame_t endFrame); void modelChanged(); - void modelChangedWithin(int, int); + void modelChangedWithin(sv_frame_t, sv_frame_t); protected: const DenseThreeDimensionalModel *m_model; // I do not own this