fix implementation of SoloControl::clear_all_solo_state()
[ardour.git] / gtk2_ardour / selection.h
index c9f5eddb4fd9e07e60b40278be5dd48edb6f1b55..8599da70d8287d478f0dbc1f289ba53006a18513 100644 (file)
@@ -226,7 +226,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
        XMLNode& get_state () const;
        int set_state (XMLNode const &, int);
 
-       std::list<std::pair<PBD::ID const, std::list<boost::shared_ptr<Evoral::Note<Evoral::Beats> > > > > pending_midi_note_selection;
+       std::list<std::pair<PBD::ID const, std::list<Evoral::event_id_t> > > pending_midi_note_selection;
 
   private:
        PublicEditor const * editor;