Mercurial > hg > svgui
diff layer/PianoScale.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 | 8072264dc61f |
children | 77a1d42353ce |
line wrap: on
line diff
--- a/layer/PianoScale.h Mon Mar 09 08:43:20 2015 +0000 +++ b/layer/PianoScale.h Mon Mar 09 12:02:10 2015 +0000 @@ -25,7 +25,7 @@ { public: void paintPianoVertical - (View *v, QPainter &paint, QRect rect, float minf, float maxf); + (View *v, QPainter &paint, QRect rect, double minf, double maxf); }; #endif