From 77ae5cbb14aa375ffe33d41921d84028a453b121 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 00:37:51 +0100 Subject: Fixed order in which elements in StandaloneParserContext are created/freed (to prevent Manager empty assertion to fail) --- test/core/parser/StandaloneParserContext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/parser/StandaloneParserContext.hpp') 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() -- cgit v1.2.3