Fix old C++ syntax.
[dcpomatic.git] / 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 (
-       list<list<KDMWithMetadataPtr> > kdms,
+       list<list<KDMWithMetadataPtr>> kdms,
        dcp::NameFormat container_name_format,
        dcp::NameFormat filename_format,
        string cpl_name,