X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcopy_dcp_details_to_film.h;h=0948cbec161b1ba693d654d080a31437d9391ef0;hb=ba438ecd16207700ffd849820796b6f833beef21;hp=38eb7fcc913b1ce129e91be742fbbc33e8382b38;hpb=f644c272a6a6384f6bfc6ca16ada6208057402a8;p=dcpomatic.git diff --git a/src/lib/copy_dcp_details_to_film.h b/src/lib/copy_dcp_details_to_film.h index 38eb7fcc9..0948cbec1 100644 --- a/src/lib/copy_dcp_details_to_film.h +++ b/src/lib/copy_dcp_details_to_film.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,9 +18,13 @@ */ -#include + +#include + class DCPContent; class Film; -extern void copy_dcp_details_to_film (boost::shared_ptr dcp, boost::shared_ptr film); + +extern void copy_dcp_settings_to_film(std::shared_ptr dcp, std::shared_ptr film); +extern void copy_dcp_markers_to_film(std::shared_ptr dcp, std::shared_ptr film);