move construction point

This commit is contained in:
Paul Davis 2014-01-20 10:52:45 -05:00
parent 7eb40ae6c8
commit faf5bc982b
1 changed files with 1 additions and 1 deletions

View File

@ -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