Don't allow aux sends from MIDI tracks for the time
[ardour.git] / gtk2_ardour / editor_route_groups.h
index fc29c9bb782ef7fadecc784520edaf9da09055da..94ab3658f3e08a2e8d97dd16d82991a3eb3fad30 100644 (file)
@@ -50,6 +50,7 @@ private:
                        add (monitoring);
                        add (select);
                        add (edits);
+                       add (active_shared);
                        add (active_state);
                        add (routegroup);
                 }
@@ -65,6 +66,7 @@ private:
                Gtk::TreeModelColumn<bool> monitoring;
                Gtk::TreeModelColumn<bool> select;
                Gtk::TreeModelColumn<bool> edits;
+               Gtk::TreeModelColumn<bool> active_shared;
                Gtk::TreeModelColumn<bool> active_state;
                Gtk::TreeModelColumn<ARDOUR::RouteGroup*> routegroup;
        };