summaryrefslogtreecommitdiff
path: root/test/vf_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-27 23:28:27 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-27 23:28:27 +0100
commit47c34c6c7c82396b62e101283cb25b8726dbaefd (patch)
tree2a4117899fcaddc7d5b9aae89315cecd145174c8 /test/vf_test.cc
parent05502433d24e916bd99db3bac26b4903f961da06 (diff)
why_not in can_reference can just be a string rather than a list of strings.
Diffstat (limited to 'test/vf_test.cc')
-rw-r--r--test/vf_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc
index 7deb5358b..3b3077242 100644
--- a/test/vf_test.cc
+++ b/test/vf_test.cc
@@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (vf_test1)
/* Multi-reel DCP can't be referenced if we are using a single reel for the project */
film->set_reel_type (REELTYPE_SINGLE);
- list<string> why_not;
+ string why_not;
BOOST_CHECK (!dcp->can_reference_video(why_not));
BOOST_CHECK (!dcp->can_reference_audio(why_not));
BOOST_CHECK (!dcp->can_reference_subtitle(why_not));