summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/element_import_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/element_import_handler.h')
-rw-r--r--libs/ardour/ardour/element_import_handler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/ardour/element_import_handler.h b/libs/ardour/ardour/element_import_handler.h
index 9393c31559..f56d3ce76d 100644
--- a/libs/ardour/ardour/element_import_handler.h
+++ b/libs/ardour/ardour/element_import_handler.h
@@ -23,6 +23,7 @@
#include <string>
#include <list>
+#include <set>
#include <boost/shared_ptr.hpp>
@@ -101,8 +102,8 @@ class ElementImportHandler
static bool _errors;
private:
- /// List of names for duplicate checking
- std::list<string> names;
+ /// Set of names for duplicate checking
+ std::set<string> names;
};
} // namespace ARDOUR