Use XMLNode::set_property API in ARDOUR::CapturingProcessor
This commit is contained in:
@@ -88,7 +88,7 @@ CapturingProcessor::state (bool full)
|
||||
{
|
||||
XMLNode& node = Processor::state (full);
|
||||
|
||||
node.add_property (X_("type"), X_("capture"));
|
||||
node.set_property (X_("type"), X_("capture"));
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user