diff layer/LinearColourScale.h @ 905:b66fb15de477 cxx11

Working through the float/double and int/sv_frame_t fixes
author Chris Cannam
date Mon, 09 Mar 2015 14:35:21 +0000
parents 1a1448f7beb2
children 4fe7a09be0fe
line wrap: on
line diff
--- a/layer/LinearColourScale.h	Mon Mar 09 12:02:10 2015 +0000
+++ b/layer/LinearColourScale.h	Mon Mar 09 14:35:21 2015 +0000
@@ -29,7 +29,7 @@
 
     void paintVertical
     (View *v, const ColourScaleLayer *layer, QPainter &paint, int x0,
-     float minf, float maxf);
+     double minf, double maxf);
 };
 
 #endif