mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
move construction point
This commit is contained in:
parent
7eb40ae6c8
commit
faf5bc982b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,8 +34,8 @@ Note::Note (
|
||||||
bool with_events
|
bool with_events
|
||||||
)
|
)
|
||||||
: NoteBase (region, with_events, note)
|
: NoteBase (region, with_events, note)
|
||||||
|
, _rectangle (new ArdourCanvas::Rectangle (group))
|
||||||
{
|
{
|
||||||
_rectangle = new ArdourCanvas::Rectangle (group);
|
|
||||||
#ifdef CANVAS_DEBUG
|
#ifdef CANVAS_DEBUG
|
||||||
_rectangle->name = "note";
|
_rectangle->name = "note";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue