summaryrefslogtreecommitdiff
path: root/src/hir/hir.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hir/hir.hpp')
-rw-r--r--src/hir/hir.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hir/hir.hpp b/src/hir/hir.hpp
index afb742cf..4236e8ac 100644
--- a/src/hir/hir.hpp
+++ b/src/hir/hir.hpp
@@ -207,8 +207,8 @@ public:
::HIR::TypeRef m_type;
::std::map< ::std::string, ::HIR::Function> m_methods;
- ::std::map< ::std::string, ::HIR::Constant> m_constants;
- ::std::map< ::std::string, ::HIR::TypeAlias> m_types;
+ ::std::map< ::std::string, ::HIR::ExprPtr> m_constants;
+ ::std::map< ::std::string, ::HIR::TypeRef> m_types;
};
class MarkerImpl