diff layer/PianoScale.h @ 946:36cddc3de023 alignment_view

Merge from default branch
author Chris Cannam
date Mon, 20 Apr 2015 09:19:52 +0100
parents e0f08e108064
children 77a1d42353ce
line wrap: on
line diff
--- a/layer/PianoScale.h	Thu Jan 15 16:00:53 2015 +0000
+++ b/layer/PianoScale.h	Mon Apr 20 09:19:52 2015 +0100
@@ -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