summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/internal_return.cc2
1 files changed, 1 insertions, 1 deletions
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;
}