diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-11 00:16:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | d95eacd3851a20e52202465ec22b4f72a4983dc8 (patch) | |
| tree | 1dfc1092ae7d2e6b6b7c313ad808415f578d9712 /test/cpl_ratings_test.cc | |
| parent | cbee0d077e698541afcea82a95bafcea5245ab89 (diff) | |
Replace std::list with std::vector in the API.
Diffstat (limited to 'test/cpl_ratings_test.cc')
| -rw-r--r-- | test/cpl_ratings_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_ratings_test.cc b/test/cpl_ratings_test.cc index 1cb6394e..b5bfd389 100644 --- a/test/cpl_ratings_test.cc +++ b/test/cpl_ratings_test.cc @@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (cpl_ratings) cpl.write_xml ("build/test/cpl_ratings.xml", dcp::SMPTE, std::shared_ptr<dcp::CertificateChain>()); - list<string> ignore; + vector<string> ignore; ignore.push_back ("Id"); ignore.push_back ("Issuer"); ignore.push_back ("Creator"); |
