mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
temporal: fix copy-n-paste error in TempoCommand cosntructor
This commit is contained in:
parent
e466736e2d
commit
7fd8544e31
1 changed files with 1 additions and 1 deletions
|
|
@ -3728,7 +3728,7 @@ TempoCommand::TempoCommand (XMLNode const & node)
|
|||
if ((*n)->children().empty()) {
|
||||
throw failed_constructor();
|
||||
}
|
||||
_before = new XMLNode (*(*n)->children().front());
|
||||
_after = new XMLNode (*(*n)->children().front());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue