diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:55:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-08 21:56:56 +0100 |
| commit | 1776f46fd988b4a61ed9dfa64e5b4dd2196cdd66 (patch) | |
| tree | 17fa06f567184901d07e963df429e8a8a8e18c61 /test | |
| parent | 9f316aabe8de053ffa6f01b1317985639a4c2d1d (diff) | |
New libcxml API.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dcp_subtitle_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc index 025d33c6a..1bde43763 100644 --- a/test/dcp_subtitle_test.cc +++ b/test/dcp_subtitle_test.cc @@ -41,6 +41,7 @@ using std::cout; using std::list; using std::shared_ptr; +using std::vector; using boost::optional; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; @@ -188,7 +189,7 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_test4) static void -check_font_tags (list<cxml::NodePtr> nodes) +check_font_tags (vector<cxml::NodePtr> nodes) { for (auto i: nodes) { if (i->name() == "Font") { |
