summaryrefslogtreecommitdiff
path: root/src/hir/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r--src/hir/path.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index 4ca1a52f..a4ee9ca1 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -183,6 +183,7 @@ public:
Path(GenericPath _);
Path(SimplePath _);
+ Path(TypeRef ty, ::std::string item, PathParams item_params=PathParams());
Path(TypeRef ty, GenericPath trait, ::std::string item, PathParams item_params=PathParams());
Path clone() const;