From 9698f16aee5f91d158551d333fe0fb1b23d22859 Mon Sep 17 00:00:00 2001 From: nick_m Date: Sat, 15 Oct 2016 23:50:02 +1100 Subject: Note selection state uses note event_id_t. --- gtk2_ardour/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/selection.h') diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h index c9f5eddb4f..8599da70d8 100644 --- a/gtk2_ardour/selection.h +++ b/gtk2_ardour/selection.h @@ -226,7 +226,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList XMLNode& get_state () const; int set_state (XMLNode const &, int); - std::list > > > > pending_midi_note_selection; + std::list > > pending_midi_note_selection; private: PublicEditor const * editor; -- cgit v1.2.3