From c6fecd21e3a41b520a86b929aed04f4a4e61fcb2 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 28 Jan 2015 01:11:27 +0100 Subject: Returning again a single node as result of the import function (as this is already explicitly checked for). --- test/core/StandaloneEnvironment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 parse(const std::string &path, + Rooted parse(const std::string &path, const std::string mimetype, const std::string rel, const RttiSet &supportedTypes) { -- cgit v1.2.3