temporal: fix copy-n-paste error in TempoCommand cosntructor
This commit is contained in:
parent
e466736e2d
commit
7fd8544e31
@ -3728,7 +3728,7 @@ TempoCommand::TempoCommand (XMLNode const & node)
|
|||||||
if ((*n)->children().empty()) {
|
if ((*n)->children().empty()) {
|
||||||
throw failed_constructor();
|
throw failed_constructor();
|
||||||
}
|
}
|
||||||
_before = new XMLNode (*(*n)->children().front());
|
_after = new XMLNode (*(*n)->children().front());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user