fix double quote in fr.po
[ardour.git] / gtk2_ardour / meter_strip.h
index 00a2c4089d8a2897ad2bbf3f02ce3bcb6751cee7..0e7232537de172bb733a237d307787c2b9e95555 100644 (file)
@@ -53,6 +53,8 @@ class MeterStrip : public Gtk::VBox, public AxisView, public RouteUI
        std::string name() const;
        Gdk::Color color () const;
 
+       boost::shared_ptr<ARDOUR::Stripable> stripable() const { return RouteUI::stripable(); }
+
        void set_session (ARDOUR::Session* s);
        void fast_update ();
        boost::shared_ptr<ARDOUR::Route> route() { return _route; }