C++11 tidying.
[dcpomatic.git] / src / lib / create_cli.h
index 97e0910567686bb8251d6abcb30f3442f18d2bb1..3a06c64f8e98ea39e6b16d9cbab5abc6ae248636 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2019-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "types.h"
 #include <dcp/types.h>
 #include <boost/optional.hpp>
 #include <boost/filesystem.hpp>
 #include <vector>
 
+
 class DCPContentType;
 class Ratio;
 
+
 class CreateCLI
 {
 public: