why_not in can_reference can just be a string rather than a list of strings.
[dcpomatic.git] / test / vf_test.cc
index 7deb5358b0ad7a1d229d6110529de200ae3d3b05..3b3077242ad57c48cac0e6196deb57e20dc66093 100644 (file)
@@ -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));