diff options
Diffstat (limited to 'src/hir/expr_state.hpp')
-rw-r--r-- | src/hir/expr_state.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hir/expr_state.hpp b/src/hir/expr_state.hpp index 5491b4d3..11fffe67 100644 --- a/src/hir/expr_state.hpp +++ b/src/hir/expr_state.hpp @@ -10,8 +10,9 @@ namespace HIR { -struct ExprState +class ExprState { +public: ::HIR::SimplePath m_mod_path; const ::HIR::Module& m_module; |