Replace std::list with std::vector in the API.
[libdcp.git] / src / certificate_chain.h
index 63ef89015eee80e7cc6dd8822759d82865fc6e66..c74bc6e24b45967b9c0458c8ba5f8e72cfc9366c 100644 (file)
@@ -92,7 +92,7 @@ public:
        Certificate root () const;
        Certificate leaf () const;
 
-       typedef std::list<Certificate> List;
+       typedef std::vector<Certificate> List;
 
        List leaf_to_root () const;
        List root_to_leaf () const;