Use XMLNode::set_property in ARDOUR::InternalReturn class
This commit is contained in:
@@ -70,7 +70,7 @@ InternalReturn::state (bool full)
|
||||
{
|
||||
XMLNode& node (Return::state (full));
|
||||
/* override type */
|
||||
node.add_property("type", "intreturn");
|
||||
node.set_property("type", "intreturn");
|
||||
return node;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user