diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-26 09:14:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-26 09:14:24 +0200 |
| commit | d61a2a6862d90b8db24e2f7c02e272eccbb7f77c (patch) | |
| tree | f098d2d2af678ed65dd1d766894af5501ac6c88e | |
| parent | 5bc0f9a0e433e344e269411d20a106c65841b423 (diff) | |
Fix build on older boosts, again.
| -rw-r--r-- | test/subtitle_font_id_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subtitle_font_id_test.cc b/test/subtitle_font_id_test.cc index b55562c22..85fe179c4 100644 --- a/test/subtitle_font_id_test.cc +++ b/test/subtitle_font_id_test.cc @@ -157,7 +157,7 @@ BOOST_AUTO_TEST_CASE(make_dcp_with_subs_in_dcp_without_font_tag) #if BOOST_VERSION >= 107400 boost::filesystem::copy_file("test/data/no_font.xml", source_subtitle_file, boost::filesystem::copy_options::overwrite_existing); #else - boost::filesystem::copy_file("test/data/no_font.xml", source_subtitle_file, boost::filesystem::copy_option::overwrite_existing); + boost::filesystem::copy_file("test/data/no_font.xml", source_subtitle_file, boost::filesystem::copy_option::overwrite_if_exists); #endif /* Fix the <Id> tag */ |
