Use XMLNode::set_property in ARDOUR::InternalReturn class

This commit is contained in:
Tim Mayberry
2016-08-28 10:44:56 +10:00
parent 34ee50d171
commit 9915af58e0

View File

@@ -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;
}