]> git.tdb.fi Git - builder.git/blobdiff - source/installmap.h
Convert all list containers to vectors
[builder.git] / source / installmap.h
index 955decc04d8f7eea188f3c77b9fede5ba175da80..49211d7676aca975260e4d0a89cbbf9dea9f99a2 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INSTALLMAP_H_
 #define INSTALLMAP_H_
 
-#include <list>
+#include <vector>
 #include <msp/datafile/objectloader.h>
 #include <msp/fs/path.h>
 
@@ -36,7 +36,7 @@ private:
                Msp::FS::Path install;
        };
 
-       std::list<Entry> entries;
+       std::vector<Entry> entries;
 
 public:
        /** Adds an install mapping.  Multiple mappings can be specified for the