summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/element_import_handler.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-11-29 20:16:16 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-11-29 20:16:16 +0000
commita8cc30be5fe817d120d23ba72e6d75839085f81b (patch)
tree1aea260f517ddcc96f1357328dbc68f21ebca041 /libs/ardour/ardour/element_import_handler.h
parent4af523ca38eb99e910d8de93867dde069105f1d1 (diff)
First revision with working track import
git-svn-id: svn://localhost/ardour2/branches/3.0@4270 d708f5d6-7413-0410-9779-e7cbd77b26cf
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