Internals: Fix build failure on older gcc such as 4.8.5 on CentOS7. No functional change is intended. (#2954)

This commit is contained in:
Yutetsu TAKATSUKASA 2021-05-13 06:45:56 +09:00 committed by GitHub
parent e3b20a3ea2
commit 9c85426e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ public:
// CONSTRUCTORS
explicit AppendHelper(V3OptionParser& parser)
: m_parser{parser} {}
: m_parser(parser) {}
};
#define V3OPTION_PARSER_DECL_TAGS \