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.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp
index cf17be17..62c70ce2 100644
--- a/src/hir/path.hpp
+++ b/src/hir/path.hpp
@@ -40,6 +40,9 @@ class Path
// Two possibilities
// - UFCS
// - Generic path
+public:
+ Path(GenericPath _);
+ Path(SimplePath _);
};
} // namespace HIR