mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
adapt TypeInfoAssociativeArrayDeclaration in declaration.h
This commit is contained in:
parent
c4a9796472
commit
b0ecd45211
1 changed files with 2 additions and 0 deletions
|
@ -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); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue