Replace aligned bool with enum Alignment.
[dcpomatic.git] / test / vf_test.cc
index d25eb3cca3eea28a0953871489f886566ec16b15..4db48dd60071c83b5838323169eb4c16e361a26f 100644 (file)
@@ -291,7 +291,7 @@ BOOST_AUTO_TEST_CASE (vf_test5)
        make_and_verify_dcp (vf, {dcp::VerificationNote::Code::EXTERNAL_ASSET});
 
        /* Check that the selected reel assets are right */
-       auto player = make_shared<Player>(vf, false);
+       auto player = make_shared<Player>(vf, Image::Alignment::COMPACT);
        auto a = player->get_reel_assets();
        BOOST_REQUIRE_EQUAL (a.size(), 4U);
        auto i = a.begin();