diff options
Diffstat (limited to 'test/core/parser/StandaloneParserContext.hpp')
-rw-r--r-- | test/core/parser/StandaloneParserContext.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/parser/StandaloneParserContext.hpp b/test/core/parser/StandaloneParserContext.hpp index 64a245f..78d148d 100644 --- a/test/core/parser/StandaloneParserContext.hpp +++ b/test/core/parser/StandaloneParserContext.hpp @@ -26,10 +26,10 @@ namespace parser { struct StandaloneParserContext : public ParserContext { private: + Manager manager; Logger logger; Scope scope; Registry registry; - Manager manager; public: StandaloneParserContext() |