X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcreate_cli.h;h=1133d21c55396bc5c39f20e55662134eac5b34ae;hb=4fd32ca36487a1130a58769daee9fae22057ffcb;hp=f88cdb8e43a20178659c4ce5cdd55f19c38fa97e;hpb=9eced47f9801c8f4387d7d54355e52021eb11b18;p=dcpomatic.git diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index f88cdb8e4..1133d21c5 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -60,17 +60,17 @@ public: private: friend struct ::create_cli_test; - boost::optional template_name; - std::string name; - Ratio const * container_ratio = nullptr; - bool encrypt = false; - bool threed = false; - DCPContentType const * dcp_content_type = nullptr; - dcp::Standard standard = dcp::Standard::SMPTE; - bool no_use_isdcf_name = false; - bool twok = false; - bool fourk = false; - boost::optional j2k_bandwidth; + boost::optional _template_name; + std::string _name; + Ratio const* _container_ratio = nullptr; + bool _encrypt = false; + bool _threed = false; + DCPContentType const* _dcp_content_type = nullptr; + dcp::Standard _standard = dcp::Standard::SMPTE; + bool _no_use_isdcf_name = false; + bool _twok = false; + bool _fourk = false; + boost::optional _j2k_bandwidth; static std::string _help; };