diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/core/StandaloneEnvironment.hpp | 2 |
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) { |