From 7df5f30494b7da283164717dea9098c8d9dca77a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 11 Jan 2015 13:23:26 +0100 Subject: Renamed RttiBase to RttiType --- src/core/model/Node.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/model/Node.hpp') diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index 6001dc2..54a1497 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -351,7 +351,7 @@ public: * the resolved elements. */ std::vector resolve(const std::vector &path, - const RttiBase &type); + const RttiType &type); /** * Function which resolves a single name to a list of possible nodes @@ -363,7 +363,7 @@ public: * the resolved elements. */ std::vector resolve(const std::string &name, - const RttiBase &type); + const RttiType &type); }; /** -- cgit v1.2.3