From faf5bc982b7c4e69a2dc266a6fa4717c02792bcd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 20 Jan 2014 10:52:45 -0500 Subject: move construction point --- gtk2_ardour/note.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/note.cc') diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc index c9a60a7de9..1a77709a58 100644 --- a/gtk2_ardour/note.cc +++ b/gtk2_ardour/note.cc @@ -34,8 +34,8 @@ Note::Note ( bool with_events ) : NoteBase (region, with_events, note) + , _rectangle (new ArdourCanvas::Rectangle (group)) { - _rectangle = new ArdourCanvas::Rectangle (group); #ifdef CANVAS_DEBUG _rectangle->name = "note"; #endif -- cgit v1.2.3