diff layer/ColourScaleLayer.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/ColourScaleLayer.h	Mon Mar 09 12:02:10 2015 +0000
+++ b/layer/ColourScaleLayer.h	Mon Mar 09 14:35:21 2015 +0000
@@ -23,7 +23,7 @@
 {
 public:
     virtual QString getScaleUnits() const = 0;
-    virtual QColor getColourForValue(View *v, float value) const = 0;
+    virtual QColor getColourForValue(View *v, double value) const = 0;
 };
 
 #endif