summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/selection.h')
-rw-r--r--gtk2_ardour/selection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h
index 959690b95d..7e8ba19d7b 100644
--- a/gtk2_ardour/selection.h
+++ b/gtk2_ardour/selection.h
@@ -225,9 +225,13 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
std::list<std::pair<PBD::ID const, std::list<Evoral::event_id_t> > > pending_midi_note_selection;
+ void core_selection_changed (PBD::PropertyChange const & pc);
+
private:
PublicEditor const * editor;
uint32_t next_time_id;
+
+ TrackViewList add_grouped_tracks (TrackViewList const & t);
};
bool operator==(const Selection& a, const Selection& b);