From 66382c62af1be515deff66d51dba7f27e5fe4937 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 18:41:30 +0100 Subject: Renamed RttiType to Rtti --- test/core/model/TestDocumentBuilder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/model/TestDocumentBuilder.hpp') diff --git a/test/core/model/TestDocumentBuilder.hpp b/test/core/model/TestDocumentBuilder.hpp index dc0479d..63d60eb 100644 --- a/test/core/model/TestDocumentBuilder.hpp +++ b/test/core/model/TestDocumentBuilder.hpp @@ -46,7 +46,7 @@ static std::string getPathString(const Path &path) static Rooted resolveDescriptor(Handle doc, Logger &logger, const Path &path, - const RttiType &type) + const Rtti &type) { // use the actual resolve method. std::vector resolved = doc->resolve(path, type); -- cgit v1.2.3