X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=3a06c64f8e98ea39e6b16d9cbab5abc6ae248636;hb=980336455724bbdb73f3fb3d521e36c71f9345e5;hp=01e8e66335f32ec8519f0b9549742a690147f80c;hpb=15a83d720780d58f905d40f8493cdcb86596eaee;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 01e8e6633..3a06c64f8 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 Carl Hetherington + Copyright (C) 2019-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,18 @@ */ + #include "types.h" #include #include #include #include + class DCPContentType; class Ratio; + class CreateCLI { public: @@ -48,7 +51,6 @@ public: int still_length; dcp::Standard standard; bool no_use_isdcf_name; - bool no_sign; boost::optional config_dir; boost::optional output_dir; boost::optional error;