summaryrefslogtreecommitdiff
path: root/src/ast/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r--src/ast/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp
index 18ebea49..faa1ffe6 100644
--- a/src/ast/path.hpp
+++ b/src/ast/path.hpp
@@ -372,7 +372,7 @@ public:
}
//const ::std::string& crate() const { return m_crate; }
- bool is_concrete() const;
+ bool is_parent_of(const Path& x) const;
void bind_variable(unsigned int slot);