Update Marker display style: consistent height & color
[ardour.git] / gtk2_ardour / marker.h
index becc809a742c4114ac98cd9f9c0b897951b608de..e80b87e9c8b15874a6d73534fd325f1fe886c94f 100644 (file)
@@ -145,7 +145,7 @@ class TempoMarker : public ArdourMarker
 
        ARDOUR::TempoSection& tempo() const { return _tempo; }
 
-       void update_height_mark (const double& ratio);
+       void update_height_mark (const double ratio);
   private:
        ARDOUR::TempoSection& _tempo;
 };