Updated it_IT translation from Riccardo Mantani.
[dcpomatic.git] / src / lib / copy_dcp_details_to_film.h
index 1b5c058116ffa6bbe7d22fab32ed1530bb2ca7e8..37507b8da14a9a8a2f2da1bf6988e3a24ea2e94c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -25,4 +25,5 @@
 class DCPContent;
 class Film;
 
+
 extern void copy_dcp_details_to_film (std::shared_ptr<const DCPContent> dcp, std::shared_ptr<Film> film);