Internals: Fix missing override

This commit is contained in:
Wilson Snyder 2025-12-08 20:17:40 -05:00
parent 29ae520e69
commit 0f46f6eb40
1 changed files with 1 additions and 1 deletions

View File

@ -1299,7 +1299,7 @@ public:
ASTGEN_MEMBERS_AstEnumItemRef;
void dump(std::ostream& str) const override;
void dumpJson(std::ostream& str) const override;
const char* broken() const;
const char* broken() const override;
string name() const override VL_MT_STABLE { return itemp() ? itemp()->name() : m_name; }
int instrCount() const override { return 0; }
bool sameNode(const AstNode* samep) const override {