diff options
Diffstat (limited to 'src/hir/type.hpp')
-rw-r--r-- | src/hir/type.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hir/type.hpp b/src/hir/type.hpp index 0b0ff488..e0023188 100644 --- a/src/hir/type.hpp +++ b/src/hir/type.hpp @@ -18,6 +18,8 @@ class TypeRef // - Tuple // - Borrow // - Pointer +public: + TypeRef(::HIR::Path _); }; } // namespace HIR |