adapt TypeInfoAssociativeArrayDeclaration in declaration.h

This commit is contained in:
Rainer 2025-02-18 20:25:45 +01:00
parent c4a9796472
commit b0ecd45211

View file

@ -397,6 +397,8 @@ public:
class TypeInfoAssociativeArrayDeclaration final : public TypeInfoDeclaration class TypeInfoAssociativeArrayDeclaration final : public TypeInfoDeclaration
{ {
public: public:
Type* entry;
static TypeInfoAssociativeArrayDeclaration *create(Type *tinfo); static TypeInfoAssociativeArrayDeclaration *create(Type *tinfo);
void accept(Visitor *v) override { v->visit(this); } void accept(Visitor *v) override { v->visit(this); }