summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/ParserContext.cpp')
-rw-r--r--src/core/parser/ParserContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser/ParserContext.cpp b/src/core/parser/ParserContext.cpp
index 3a651f0..cc09b5e 100644
--- a/src/core/parser/ParserContext.cpp
+++ b/src/core/parser/ParserContext.cpp
@@ -39,7 +39,7 @@ ParserContext::ParserContext(Registry &registry,
{
}
-Rooted<Node> ParserContext::link(const std::string &path,
+NodeVector<Node> ParserContext::link(const std::string &path,
const std::string mimetype,
const std::string rel,
const RttiSet &supportedTypes)
@@ -47,7 +47,7 @@ Rooted<Node> ParserContext::link(const std::string &path,
return resourceManager.link(*this, path, mimetype, rel, supportedTypes);
}
-Rooted<Node> ParserContext::include(const std::string &path,
+NodeVector<Node> ParserContext::include(const std::string &path,
const std::string mimetype,
const std::string rel,
const RttiSet &supportedTypes)