Comment.
[ardour.git] / libs / ardour / location_importer.cc
index 8d6af300ca597d746dc2a7f0a4a9067323f988a7..167461609615a69b28528a52abb3be315b868a8b 100644 (file)
@@ -133,7 +133,7 @@ bool
 LocationImporter::_prepare_move ()
 {
        try {
-               Location const original (xml_location);
+               Location const original (session, xml_location);
                location = new Location (original); // Updates id
        } catch (failed_constructor& err) {
                throw std::runtime_error (X_("Error in session file!"));