diff options
Diffstat (limited to 'src/core/parser/ParserContext.cpp')
-rw-r--r-- | src/core/parser/ParserContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Node> ParserContext::import(const std::string &path, return resourceManager.import(*this, path, mimetype, rel, supportedTypes); } -NodeVector<Node> ParserContext::include(const std::string &path, +ManagedVector<Node> ParserContext::include(const std::string &path, const std::string mimetype, const std::string rel, const RttiSet &supportedTypes) |