X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcopy_dcp_details_to_film.h;h=37507b8da14a9a8a2f2da1bf6988e3a24ea2e94c;hb=b56ca8250b8eae123c0992a50f5cabe99e655763;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..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);