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.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/note.cc') diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc index 3adcd751f8..dc8decf837 100644 --- a/gtk2_ardour/note.cc +++ b/gtk2_ardour/note.cc @@ -31,9 +31,9 @@ using namespace ARDOUR; using namespace ArdourCanvas; Note::Note ( - MidiRegionView& region, Group* group, const boost::shared_ptr note, bool with_events) + MidiRegionView& region, Item* parent, const boost::shared_ptr note, bool with_events) : NoteBase (region, with_events, note) - , _rectangle (new ArdourCanvas::Rectangle (group)) + , _rectangle (new ArdourCanvas::Rectangle (parent)) { CANVAS_DEBUG_NAME (_rectangle, "note"); set_item (_rectangle); -- cgit v1.2.3