fix issue with solo-in-place
[ardour.git] / gtk2_ardour / marker.h
index 67e5b1253af0f34215a2daa8a45246d3cb5f834a..becc809a742c4114ac98cd9f9c0b897951b608de 100644 (file)
@@ -145,6 +145,7 @@ class TempoMarker : public ArdourMarker
 
        ARDOUR::TempoSection& tempo() const { return _tempo; }
 
+       void update_height_mark (const double& ratio);
   private:
        ARDOUR::TempoSection& _tempo;
 };