diff options
Diffstat (limited to 'src/hir/path.hpp')
-rw-r--r-- | src/hir/path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hir/path.hpp b/src/hir/path.hpp index 8dd27096..4ca1a52f 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -11,7 +11,7 @@ namespace HIR { -class Trait; +struct Trait; typedef ::std::function<const ::HIR::TypeRef&(const ::HIR::TypeRef&)> t_cb_resolve_type; enum Compare { |