From 9915af58e0bd9caa1dcc9b747ddf79ad577f7e2d Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 28 Aug 2016 10:44:56 +1000 Subject: Use XMLNode::set_property in ARDOUR::InternalReturn class --- libs/ardour/internal_return.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/internal_return.cc') diff --git a/libs/ardour/internal_return.cc b/libs/ardour/internal_return.cc index e42c067454..28089feef4 100644 --- a/libs/ardour/internal_return.cc +++ b/libs/ardour/internal_return.cc @@ -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; } -- cgit v1.2.3