summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 01:11:27 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 01:11:27 +0100
commitc6fecd21e3a41b520a86b929aed04f4a4e61fcb2 (patch)
treea982805ccc1c10499e5a2225c2c7fbfbbd87c0b1 /test
parentf330623143d76e56a9bd95e4c1658dd3fcf69ac6 (diff)
Returning again a single node as result of the import function (as this is already explicitly checked for).
Diffstat (limited to 'test')
-rw-r--r--test/core/StandaloneEnvironment.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/StandaloneEnvironment.hpp b/test/core/StandaloneEnvironment.hpp
index 3bceb7c..c381abe 100644
--- a/test/core/StandaloneEnvironment.hpp
+++ b/test/core/StandaloneEnvironment.hpp
@@ -54,7 +54,7 @@ struct StandaloneEnvironment {
logger.setSourceContextCallback(NullSourceContextCallback);
}
- NodeVector<Node> parse(const std::string &path,
+ Rooted<Node> parse(const std::string &path,
const std::string mimetype, const std::string rel,
const RttiSet &supportedTypes)
{