X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fnote.h;h=71faeb53fb6b43bec41d8ccb8f35e41df999fbc6;hb=5fef65538040fbac1b9edd1847a269aa925a49c9;hp=c6bcd957e3a9e6a2717d8dcd520811f0b95eb921;hpb=86343b6c15a3a43f082802484d2bc813d34db821;p=ardour.git diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h index c6bcd957e3..71faeb53fb 100644 --- a/gtk2_ardour/note.h +++ b/gtk2_ardour/note.h @@ -26,7 +26,7 @@ #include "midi_util.h" namespace ArdourCanvas { - class Group; + class Container; } class Note : public NoteBase @@ -35,7 +35,7 @@ public: 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);