mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Use XMLNode::set_property in ARDOUR::SideChain class
This commit is contained in:
parent
23d8c41f01
commit
89519d2e37
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ XMLNode&
|
||||||
SideChain::state (bool full)
|
SideChain::state (bool full)
|
||||||
{
|
{
|
||||||
XMLNode& node = IOProcessor::state (full);
|
XMLNode& node = IOProcessor::state (full);
|
||||||
node.add_property ("type", "sidechain");
|
node.set_property ("type", "sidechain");
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue