summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-30 10:05:13 +0100
committerCarl Hetherington <cth@carlh.net>2019-04-30 10:05:13 +0100
commit5bb7cf0132f37e2eea67c72f61d1f2b23b440596 (patch)
treedb6370fc9a72f97f199f8c82932d46a941a43040 /src/lib/create_cli.h
parent6a92ad180163bf84aeedc5f955edc13557e6848c (diff)
Add --fourk to dcpomatic_create.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
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;