From 2256c2e53455e467e7de325e1fafae37078a7947 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Nov 2009 18:09:33 +0000 Subject: Fix incorrect call of Send constructor with Delivery::Role passed to state version parameter. git-svn-id: svn://localhost/ardour2/branches/3.0@6158 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/internal_send.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/internal_send.cc b/libs/ardour/internal_send.cc index dd67d541ea..2f7e0728f5 100644 --- a/libs/ardour/internal_send.cc +++ b/libs/ardour/internal_send.cc @@ -47,7 +47,7 @@ InternalSend::InternalSend (Session& s, boost::shared_ptr mm, boost: } InternalSend::InternalSend (Session& s, boost::shared_ptr mm, const XMLNode& node) - : Send (s, mm, node, Delivery::Aux /* will be reset in set_state() */) + : Send (s, mm, node, Stateful::loading_state_version, Delivery::Aux /* will be reset in set_state() */) { set_state (node, Stateful::loading_state_version); } -- cgit v1.2.3