diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-18 18:41:30 +0100 |
| commit | 66382c62af1be515deff66d51dba7f27e5fe4937 (patch) | |
| tree | cdd661a560ef1f766889d661d8c7561d18bfbabb /src/core/model/Node.hpp | |
| parent | 7d788f2dce18c3ba6f11f7f032d35fef2e5fa9d4 (diff) | |
Renamed RttiType to Rtti
Diffstat (limited to 'src/core/model/Node.hpp')
| -rw-r--r-- | src/core/model/Node.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index 4db0cf7..190e8de 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -44,7 +44,7 @@ namespace ousia { // Forward declarations class Logger; -class RttiType; +class Rtti; /** * Describes the validity of a node structure. @@ -481,7 +481,7 @@ public: * the resolved elements. */ std::vector<ResolutionResult> resolve(const std::vector<std::string> &path, - const RttiType &type); + const Rtti &type); /** * Function which resolves a single name to a list of possible nodes @@ -493,7 +493,7 @@ public: * the resolved elements. */ std::vector<ResolutionResult> resolve(const std::string &name, - const RttiType &type); + const Rtti &type); /** * Checks whether this node is valid and returns true if it is and false @@ -573,7 +573,7 @@ namespace RttiTypes { /** * Typeinformation for the base "Node" class. */ -extern const RttiType Node; +extern const Rtti Node; } } |
