mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 10:04:40 +02:00
Internals: Add more const. No functional change intended.
This commit is contained in:
@@ -65,7 +65,7 @@ struct V3OptionParser::Impl {
|
||||
|
||||
#define V3OPTION_PARSER_DEF_ACT_CLASS(className, type, body, enType) \
|
||||
template <> class V3OptionParser::Impl::className<type> final : public ActionBase<enType> { \
|
||||
type* m_valp; /* Pointer to a option variable*/ \
|
||||
type* const m_valp; /* Pointer to a option variable*/ \
|
||||
\
|
||||
public: \
|
||||
explicit className(type* valp) \
|
||||
|
||||
Reference in New Issue
Block a user