Mercurial > hg > svgui
diff layer/LogNumericalScale.h @ 944:78c152e4db95
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:12:17 +0100 |
parents | e0f08e108064 |
children | 77a1d42353ce |
line wrap: on
line diff
--- a/layer/LogNumericalScale.h Thu Jan 15 10:42:00 2015 +0000 +++ b/layer/LogNumericalScale.h Mon Apr 20 09:12:17 2015 +0100 @@ -29,7 +29,7 @@ void paintVertical (View *v, const VerticalScaleLayer *layer, QPainter &paint, int x0, - float minlog, float maxlog); + double minlog, double maxlog); }; #endif