diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:42:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-30 11:42:26 +0200 |
| commit | 4fd32ca36487a1130a58769daee9fae22057ffcb (patch) | |
| tree | b70c550af30f723f9f486a4b32cf4b0ecb7e7bc0 /src/lib/create_cli.h | |
| parent | 9eced47f9801c8f4387d7d54355e52021eb11b18 (diff) | |
Cleanup: add some _ prefixes.
Diffstat (limited to 'src/lib/create_cli.h')
| -rw-r--r-- | src/lib/create_cli.h | 22 |
1 files changed, 11 insertions, 11 deletions
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<std::string> 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<int> j2k_bandwidth; + boost::optional<std::string> _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<int> _j2k_bandwidth; static std::string _help; }; |
