summaryrefslogtreecommitdiff
path: root/libs/ardour/location_importer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/location_importer.cc')
-rw-r--r--libs/ardour/location_importer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/location_importer.cc b/libs/ardour/location_importer.cc
index b209e5f63f..60b6161a4e 100644
--- a/libs/ardour/location_importer.cc
+++ b/libs/ardour/location_importer.cc
@@ -49,7 +49,7 @@ LocationImportHandler::LocationImportHandler (XMLTree const & source, Session &
for (XMLNodeList::const_iterator it = locations.begin(); it != locations.end(); ++it) {
try {
elements.push_back (ElementPtr ( new LocationImporter (source, session, *this, **it)));
- } catch (failed_constructor err) {
+ } catch (failed_constructor const&) {
_dirty = true;
}
}