X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/17860defa84c6d8bc0e8bc088a7e09361f17db07..9610ce88f0b753db81014a053bd3c6d79471c90c:/src/visit.h diff --git a/src/visit.h b/src/visit.h index 3fe2cb2..1175a86 100644 --- a/src/visit.h +++ b/src/visit.h @@ -141,7 +141,7 @@ public: ctx = x.ctx; - VISIT(x.namespaces) + VISIT(x.ctx->namespaces) VISIT(x.ctx->variables) VISIT(x.ctx->structs) VISIT(x.ctx->functions) @@ -188,7 +188,7 @@ public: ctx = x.ctx; - VISIT(x.namespaces) + VISIT(x.ctx->namespaces) VISIT(x.ctx->variables) VISIT(x.ctx->structs) VISIT(x.ctx->functions)