X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscreen.cc;h=dea513ab07f3452bbc2dad2879fce35fde4528e6;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=61a27f2bc46a2afe864e55acfb77f3fce7fc5af1;hpb=581797d640af1572f884ddf4395924894b745b3a;p=dcpomatic.git diff --git a/src/lib/screen.cc b/src/lib/screen.cc index 61a27f2bc..dea513ab0 100644 --- a/src/lib/screen.cc +++ b/src/lib/screen.cc @@ -30,7 +30,7 @@ using std::string; using std::vector; using std::list; -using boost::shared_ptr; +using std::shared_ptr; using boost::optional; using namespace dcpomatic; @@ -107,6 +107,6 @@ kdm_for_screen ( name_values['e'] = end.date() + " " + end.time_of_day(true, false); name_values['i'] = kdm.cpl_id(); - return KDMWithMetadataPtr(new DCPKDMWithMetadata(name_values, cinema.get(), cinema ? cinema->emails : list(), kdm)); + return KDMWithMetadataPtr(new KDMWithMetadata(name_values, cinema.get(), cinema ? cinema->emails : list(), kdm)); }