From b6925e274f3cdec66040cbef50740be221efd0b4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Nov 2015 16:14:09 -0500 Subject: substantial part of infrastructure required for track/bus duplication This includes removing the removal of ID values in XML, and its replacement with thread-local forcing of ID resets, implemented in a previous commit --- libs/ardour/ardour/route.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/route.h') diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h index 7e428ed6e2..31c8b09cec 100644 --- a/libs/ardour/ardour/route.h +++ b/libs/ardour/ardour/route.h @@ -101,7 +101,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou void set_comment (std::string str, void *src); bool set_name (const std::string& str); - static void set_name_in_state (XMLNode &, const std::string &); + static void set_name_in_state (XMLNode &, const std::string &, bool rename_playlist = true); uint32_t order_key () const; bool has_order_key () const; -- cgit v1.2.3