From 227eca405458d95ba5c7cbc89dc6d17272f990f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Feb 2009 18:32:13 +0000 Subject: Fix ardour2 -> ardour3 issues. git-svn-id: svn://localhost/ardour2/branches/3.0@4622 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/source.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/ardour/source.cc') diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc index a0ee2ac706..12a5e7c071 100644 --- a/libs/ardour/source.cc +++ b/libs/ardour/source.cc @@ -161,7 +161,9 @@ Source::add_playlist (boost::shared_ptr pl) res.first->second++; } - pl->GoingAway.connect (bind (mem_fun (*this, &Source::remove_playlist), boost::weak_ptr (pl))); + pl->GoingAway.connect (bind ( + mem_fun (*this, &Source::remove_playlist), + boost::weak_ptr (pl))); } void -- cgit v1.2.3