From c7cb92f43f97ef5558eee0d7be6f18192134f3ec Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 12 Apr 2015 02:50:18 +0200 Subject: Replace NodeVector by ManagedVector where NodeVector functionality is not needed. Reduces calls to "Manager.registerEvent" to <10% of original value --- src/core/parser/ParserContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/parser/ParserContext.cpp') diff --git a/src/core/parser/ParserContext.cpp b/src/core/parser/ParserContext.cpp index 14b02df..7177126 100644 --- a/src/core/parser/ParserContext.cpp +++ b/src/core/parser/ParserContext.cpp @@ -47,7 +47,7 @@ Rooted ParserContext::import(const std::string &path, return resourceManager.import(*this, path, mimetype, rel, supportedTypes); } -NodeVector ParserContext::include(const std::string &path, +ManagedVector ParserContext::include(const std::string &path, const std::string mimetype, const std::string rel, const RttiSet &supportedTypes) -- cgit v1.2.3