Don't move automation to follow region when a region has only been trimmed rather...
[ardour.git] / libs / ardour / element_importer.cc
index c02b841ea7081d292fc422eb3da1224e3f53e23c..9f217c2cd99b644b15241fafb1516443335ea17a 100644 (file)
@@ -32,8 +32,8 @@ using namespace std;
 using namespace PBD;
 using namespace ARDOUR;
 
-sigc::signal <std::pair<bool, string>, string, string> ElementImporter::Rename;
-sigc::signal <bool, string> ElementImporter::Prompt;
+Signal2<std::pair<bool, string>,string, string> ElementImporter::Rename;
+Signal1 <bool,string> ElementImporter::Prompt;
 
 ElementImporter::ElementImporter (XMLTree const & source, ARDOUR::Session & session) :
   source (source),