diff layer/LinearNumericalScale.h @ 904:e0f08e108064 cxx11

Move to using double rather than float for floating-point calculations (float only for storage); more build fixes
author Chris Cannam
date Mon, 09 Mar 2015 12:02:10 +0000
parents e77b1673e17e
children 94e4952a6774
line wrap: on
line diff
--- a/layer/LinearNumericalScale.h	Mon Mar 09 08:43:20 2015 +0000
+++ b/layer/LinearNumericalScale.h	Mon Mar 09 12:02:10 2015 +0000
@@ -29,7 +29,7 @@
 
     void paintVertical
     (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0,
-     float minf, float maxf);
+     double minf, double maxf);
 };
 
 #endif