X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fthreed_test.cc;h=e322dbda520a62076b9e9fcefce8ed100eb565a2;hp=4413ff01bcc737c7962da57abebb89c79e78dff7;hb=b1e22dff981fb86ae04b12bb5a064e61030793a8;hpb=736d6bf3242a0ba3841cb765e97cf9fee3540460 diff --git a/test/threed_test.cc b/test/threed_test.cc index 4413ff01b..e322dbda5 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -183,7 +183,7 @@ BOOST_AUTO_TEST_CASE (threed_test7) auto film = new_test_film2 ("threed_test7"); path const content_path = "test/data/flat_red.png"; - auto c = content_factory(content_path).front(); + auto c = content_factory(content_path)[0]; film->examine_and_add_content (c); BOOST_REQUIRE (!wait_for_jobs());