aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AST.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AST.cpp b/AST.cpp
index 5b85989b..ee6e5225 100644
--- a/AST.cpp
+++ b/AST.cpp
@@ -503,7 +503,7 @@ void StructDefinition::checkRecursion() const
);
}
};
- check(this, {});
+ check(this, StructPointersSet{});
}
TypePointer EnumDefinition::getType(ContractDefinition const*) const