Fix old C++ syntax.
authorCarl Hetherington <cth@carlh.net>
Mon, 8 May 2023 21:33:49 +0000 (23:33 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 May 2023 21:33:49 +0000 (23:33 +0200)
src/lib/send_kdm_email_job.cc

index 304b4a3287366f711c95886c674018f19474a5ad..59e33d4bc2dd5f94eda69b9d2329ec1de4798171 100644 (file)
@@ -63,7 +63,7 @@ SendKDMEmailJob::SendKDMEmailJob (
  *  @param cpl_name Name of the CPL that the KDMs are for.
  */
 SendKDMEmailJob::SendKDMEmailJob (
  *  @param cpl_name Name of the CPL that the KDMs are for.
  */
 SendKDMEmailJob::SendKDMEmailJob (
-       list<list<KDMWithMetadataPtr> > kdms,
+       list<list<KDMWithMetadataPtr>> kdms,
        dcp::NameFormat container_name_format,
        dcp::NameFormat filename_format,
        string cpl_name,
        dcp::NameFormat container_name_format,
        dcp::NameFormat filename_format,
        string cpl_name,