summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-20 10:52:45 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-20 10:52:45 -0500
commitfaf5bc982b7c4e69a2dc266a6fa4717c02792bcd (patch)
treed1c98817b3d8671d39ba53d1faf71e591cb4f002 /gtk2_ardour/note.cc
parent7eb40ae6c8db515b8a9407fc29b2db1be87c35ff (diff)
move construction point
Diffstat (limited to 'gtk2_ardour/note.cc')
-rw-r--r--gtk2_ardour/note.cc2
1 files changed, 1 insertions, 1 deletions
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