Remove the Solo+Iso buttons in the Master bus.
[ardour.git] / gtk2_ardour / marker.h
index 67e5b1253af0f34215a2daa8a45246d3cb5f834a..e80b87e9c8b15874a6d73534fd325f1fe886c94f 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;
 };