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:
parent
e3b20a3ea2
commit
9c85426e77
|
@ -139,7 +139,7 @@ public:
|
||||||
|
|
||||||
// CONSTRUCTORS
|
// CONSTRUCTORS
|
||||||
explicit AppendHelper(V3OptionParser& parser)
|
explicit AppendHelper(V3OptionParser& parser)
|
||||||
: m_parser{parser} {}
|
: m_parser(parser) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
#define V3OPTION_PARSER_DECL_TAGS \
|
#define V3OPTION_PARSER_DECL_TAGS \
|
||||||
|
|
Loading…
Reference in New Issue