diff options
Diffstat (limited to 'test/core/RegistryTest.cpp')
-rw-r--r-- | test/core/RegistryTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/RegistryTest.cpp b/test/core/RegistryTest.cpp index 21195f2..1a23139 100644 --- a/test/core/RegistryTest.cpp +++ b/test/core/RegistryTest.cpp @@ -33,7 +33,7 @@ class TestParser : public Parser { protected: Rooted<Node> doParse(CharReader &reader, ParserContext &ctx) override { - return new Node{ctx.manager}; + return new Node{ctx.getManager()}; } }; } |