Rename copy_dcp_details_to_film -> copy_dcp_settings_to_film.
[dcpomatic.git] / src / lib / copy_dcp_details_to_film.h
index 37507b8da14a9a8a2f2da1bf6988e3a24ea2e94c..99f9cdeb7cd39ff1e5ed30e5e8d809e6e34eb2e6 100644 (file)
@@ -26,4 +26,4 @@ class DCPContent;
 class Film;
 
 
-extern void copy_dcp_details_to_film (std::shared_ptr<const DCPContent> dcp, std::shared_ptr<Film> film);
+extern void copy_dcp_settings_to_film(std::shared_ptr<const DCPContent> dcp, std::shared_ptr<Film> film);