X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnote.h;h=e763ea95f86bef6981ce340b70fe8d4d5e3403e8;hb=e79b2e376f87bb0c3f5f5337fcb4ed9cba28a2c0;hp=c6bcd957e3a9e6a2717d8dcd520811f0b95eb921;hpb=8c9749e42faf7808034ed8b7afce4a2fe6dc6f33;p=ardour.git diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h index c6bcd957e3..e763ea95f8 100644 --- a/gtk2_ardour/note.h +++ b/gtk2_ardour/note.h @@ -26,16 +26,16 @@ #include "midi_util.h" namespace ArdourCanvas { - class Group; + class Container; } class Note : public NoteBase { public: - typedef Evoral::Note NoteType; + typedef Evoral::Note NoteType; Note (MidiRegionView& region, - ArdourCanvas::Group* group, + ArdourCanvas::Item* parent, const boost::shared_ptr note = boost::shared_ptr(), bool with_events = true);