diff layer/Colour3DPlotRenderer.h @ 1100:102f986ec032 spectrogram-minor-refactor

Create, but don't yet use, a renderer in the colour 3d plot layer
author Chris Cannam
date Wed, 13 Jul 2016 13:06:28 +0100
parents 92ac1fce7102
children d84a0033b305
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h	Wed Jul 13 10:00:21 2016 +0100
+++ b/layer/Colour3DPlotRenderer.h	Wed Jul 13 13:06:28 2016 +0100
@@ -51,9 +51,9 @@
         
         // These must all outlive this class
         const VerticalBinLayer *verticalBinLayer;  // always
-	DenseThreeDimensionalModel *source;        // always
-	Dense3DModelPeakCache *peaks;	           // optionally
-	FFTModel *fft;			           // optionally
+	const DenseThreeDimensionalModel *source;  // always
+	const Dense3DModelPeakCache *peaks;        // optionally
+	const FFTModel *fft;                       // optionally
     };        
 
     struct Parameters {