mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
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
|
||||
explicit AppendHelper(V3OptionParser& parser)
|
||||
: m_parser{parser} {}
|
||||
: m_parser(parser) {}
|
||||
};
|
||||
|
||||
#define V3OPTION_PARSER_DECL_TAGS \
|
||||
|
Loading…
Reference in New Issue
Block a user