X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcopy_dcp_details_to_film.h;h=37507b8da14a9a8a2f2da1bf6988e3a24ea2e94c;hb=1a721b82d4094c00ee89574e17c58c23c0de8cdd;hp=38eb7fcc913b1ce129e91be742fbbc33e8382b38;hpb=4873cbc567d2c97c6587ab624e4c53abcd23cf23;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..37507b8da 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,12 @@ */ -#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_details_to_film (std::shared_ptr dcp, std::shared_ptr film);