From 0796ccfb652dd31ea1d94526e0e6d92863a972b0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 Jun 2014 11:44:22 -0400 Subject: use newly factored canvas in gtk2_ardour --- gtk2_ardour/note.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/note.h') diff --git a/gtk2_ardour/note.h b/gtk2_ardour/note.h index c6bcd957e3..944dbf1b2e 100644 --- a/gtk2_ardour/note.h +++ b/gtk2_ardour/note.h @@ -26,7 +26,7 @@ #include "midi_util.h" namespace ArdourCanvas { - class Group; + class Layout; } 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); -- cgit v1.2.3