diff options
-rw-r--r-- | AST.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -503,7 +503,7 @@ void StructDefinition::checkRecursion() const ); } }; - check(this, {}); + check(this, StructPointersSet{}); } TypePointer EnumDefinition::getType(ContractDefinition const*) const |