diff options
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r-- | src/hir/path.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp index c791812d..0ee4c958 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -83,6 +83,7 @@ struct PathParams ::std::vector<TypeRef> m_types; PathParams(); + PathParams(::HIR::TypeRef ); PathParams clone() const; PathParams(const PathParams&) = delete; PathParams& operator=(const PathParams&) = delete; |