summaryrefslogtreecommitdiff
path: root/src/hir/from_ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/from_ast.hpp')
-rw-r--r--src/hir/from_ast.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hir/from_ast.hpp b/src/hir/from_ast.hpp
index ef55d3a5..0822c835 100644
--- a/src/hir/from_ast.hpp
+++ b/src/hir/from_ast.hpp
@@ -3,8 +3,8 @@
#include <hir/expr_ptr.hpp>
extern ::HIR::ExprPtr LowerHIR_ExprNode(const ::AST::ExprNode& e);
-extern ::HIR::Path LowerHIR_Path(const ::AST::Path& path);
-extern ::HIR::GenericPath LowerHIR_GenericPath(const ::AST::Path& path);
+extern ::HIR::Path LowerHIR_Path(const Span& sp, const ::AST::Path& path);
+extern ::HIR::GenericPath LowerHIR_GenericPath(const Span& sp, const ::AST::Path& path);
extern ::HIR::TypeRef LowerHIR_Type(const ::TypeRef& ty);
extern ::HIR::Pattern LowerHIR_Pattern(const ::AST::Pattern& pat);