diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 01:09:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:19 +0100 |
| commit | c53c3e9f3d08478a391bfa1989772378609af693 (patch) | |
| tree | 34a1ebe4b00e50b2a589a552ce8e88be63967c8f /test/subtitle_reel_number_test.cc | |
| parent | a8cd625da7064816fc890d458c0d4e2dc04ba796 (diff) | |
More renaming.
Diffstat (limited to 'test/subtitle_reel_number_test.cc')
| -rw-r--r-- | test/subtitle_reel_number_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<PlainText> 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); |
