summaryrefslogtreecommitdiff
path: root/src/core/model/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Node.hpp')
-rw-r--r--src/core/model/Node.hpp4
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);
};
/**