From 4fd32ca36487a1130a58769daee9fae22057ffcb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Sep 2023 11:42:26 +0200 Subject: Cleanup: add some _ prefixes. --- src/lib/create_cli.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/lib/create_cli.h') 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; }; -- cgit v1.2.3