diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-11 11:16:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-11 11:16:01 +0100 |
| commit | 65618b6b245a7ba25a7814e00d1d1510cfa61f64 (patch) | |
| tree | 22d41c04c16c7625d1271eb8821d269686f13f0b /test/xml_subtitle_test.cc | |
| parent | a8af9a0b57b853b8a8cd8fa35adb3fc967d59ee7 (diff) | |
Rename subtitle_use -> use_subtitles.
Diffstat (limited to 'test/xml_subtitle_test.cc')
| -rw-r--r-- | test/xml_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc index 6c3cc9c03..561b1021f 100644 --- a/test/xml_subtitle_test.cc +++ b/test/xml_subtitle_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test) film->set_name ("frobozz"); film->set_burn_subtitles (false); shared_ptr<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt")); - content->set_subtitle_use (true); + content->set_use_subtitles (true); film->examine_and_add_content (content); wait_for_jobs (); film->make_dcp (); |
