From 7acce0fb451f119fe0487d7a859950744d3b9e23 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 17 Feb 2015 18:28:11 +0100 Subject: Fixed issue #78 and added unit test --- src/core/parser/ParserScope.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/parser/ParserScope.hpp') diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp index 185b845..24af6b8 100644 --- a/src/core/parser/ParserScope.hpp +++ b/src/core/parser/ParserScope.hpp @@ -797,8 +797,10 @@ public: * pending deferred resolutions is cleared after this function has run. * * @param logger is the logger instance into which errors should be logged. + * @param postpone if set to true, postpones issuing any error messages and + * waits for node resolution. */ - bool performDeferredResolution(Logger &logger); + bool performDeferredResolution(Logger &logger, bool postpone = false); }; } -- cgit v1.2.3