diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 13:23:26 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 13:23:26 +0100 |
commit | 7df5f30494b7da283164717dea9098c8d9dca77a (patch) | |
tree | 8d967f3c47fc905b08ee7039b7549253f969703f /src/core/model/Node.hpp | |
parent | 3d6d42333a49e0a33a8cc4e1b8f890905a435a83 (diff) |
Renamed RttiBase to RttiType
Diffstat (limited to 'src/core/model/Node.hpp')
-rw-r--r-- | src/core/model/Node.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<ResolutionResult> resolve(const std::vector<std::string> &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<ResolutionResult> resolve(const std::string &name, - const RttiBase &type); + const RttiType &type); }; /** |