From aae367b63c9b619db1e40f27dc334c6987219481 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 19 Dec 2009 20:26:31 +0000 Subject: use new syntax for connecting to backend signals that enforces explicit connection scope, plus a few other related matters git-svn-id: svn://localhost/ardour2/branches/3.0@6376 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/element_importer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/element_importer.cc') diff --git a/libs/ardour/element_importer.cc b/libs/ardour/element_importer.cc index 3e7c2c9a91..9f217c2cd9 100644 --- a/libs/ardour/element_importer.cc +++ b/libs/ardour/element_importer.cc @@ -32,8 +32,8 @@ using namespace std; using namespace PBD; using namespace ARDOUR; -boost::signals2::signal (string, string)> ElementImporter::Rename; -boost::signals2::signal ElementImporter::Prompt; +Signal2,string, string> ElementImporter::Rename; +Signal1 ElementImporter::Prompt; ElementImporter::ElementImporter (XMLTree const & source, ARDOUR::Session & session) : source (source), -- cgit v1.2.3