fix pathscanner / stl_vector related memory leaks
[ardour.git] / gtk2_ardour / meter_strip.h
index e817f7d5c616e3ec057420ee71bf1307555f8dae..e1bae713265059c78bdb16df7a75c9dab76b52e7 100644 (file)
@@ -108,6 +108,8 @@ class MeterStrip : public Gtk::VBox, public RouteUI
        Gtk::HBox mutebox;
        Gtk::HBox solobox;
        Gtk::HBox recbox;
+       Gtk::HBox mon_in_box;
+       Gtk::HBox mon_disk_box;
 
        Gtk::Alignment meter_align;
        Gtk::Alignment peak_align;