diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-25 02:13:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-25 02:13:49 +0200 |
| commit | 36e8f32c7bdb8b257e22977d8fac86536368d7b8 (patch) | |
| tree | a7ae9eda1e147be382899083bed0e348a3bcff8a /src/wx/full_config_dialog.cc | |
| parent | db6882af015dc067baed605b11d8dfa3c3dcb7e3 (diff) | |
| parent | 3ed79bd632560efcc3a0f3992eeb9868b315be58 (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'src/wx/full_config_dialog.cc')
| -rw-r--r-- | src/wx/full_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 585caa2db..0291d4fa6 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -196,7 +196,7 @@ private: ); if (dialog.ShowModal() == wxID_OK) { - dcp::filesystem::copy_file(Config::instance()->cinemas_file(), wx_to_std(dialog.GetPath()), boost::filesystem::copy_option::overwrite_if_exists); + dcp::filesystem::copy_file(Config::instance()->cinemas_file(), wx_to_std(dialog.GetPath()), dcp::filesystem::CopyOptions::OVERWRITE_EXISTING); } } |
