diff --git a/src/V3AstInlines.h b/src/V3AstInlines.h index 7aab9197d..938d93e65 100644 --- a/src/V3AstInlines.h +++ b/src/V3AstInlines.h @@ -163,8 +163,7 @@ bool AstVar::sameNode(const AstNode* samep) const { return m_name == asamep->m_name && varType() == asamep->varType(); } -AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, - AstVarScope* valuep) +AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, AstVarScope* valuep) : ASTGEN_SUPER_Decoder(fl) { this->indexp(indexp); this->matchp(new AstVarRef{fl, matchp, VAccess::READ});