X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fsubtitle_reel_number_test.cc;h=317f93ff5ed2eccf951f7ca0cf48d420e1280bfa;hb=c53c3e9f3d08478a391bfa1989772378609af693;hp=d150e90dd5819873bd8eb3ad2c1aab594445fcde;hpb=a8cd625da7064816fc890d458c0d4e2dc04ba796;p=dcpomatic.git diff --git a/test/subtitle_reel_number_test.cc b/test/subtitle_reel_number_test.cc index d150e90dd..317f93ff5 100644 --- a/test/subtitle_reel_number_test.cc +++ b/test/subtitle_reel_number_test.cc @@ -43,7 +43,7 @@ BOOST_AUTO_TEST_CASE (subtitle_reel_number_test) film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); - shared_ptr content (new PlainText (film, "test/data/subrip5.srt")); + shared_ptr<PlainTextContent> content (new PlainTextContent (film, "test/data/subrip5.srt")); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs ()); content->subtitle->set_use (true);