diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-30 10:05:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-30 10:05:13 +0100 |
| commit | 5bb7cf0132f37e2eea67c72f61d1f2b23b440596 (patch) | |
| tree | db6370fc9a72f97f199f8c82932d46a941a43040 /src/lib/create_cli.h | |
| parent | 6a92ad180163bf84aeedc5f955edc13557e6848c (diff) | |
Add --fourk to dcpomatic_create.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index 1f1cb3cc4..d0c81590c 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -54,6 +54,7 @@ public: boost::optional<boost::filesystem::path> output_dir; boost::optional<std::string> error; std::vector<Content> content; + bool fourk; private: static std::string _help; |
