mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
Use XMLNode::set_property in ARDOUR::DelayLine class
This commit is contained in:
parent
9f43d94d07
commit
775328f3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -347,6 +347,6 @@ XMLNode&
|
|||
DelayLine::state (bool full_state)
|
||||
{
|
||||
XMLNode& node (Processor::state (full_state));
|
||||
node.add_property("type", "delay");
|
||||
node.set_property("type", "delay");
|
||||
return node;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue