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 eb9aca27..12e32dd1 100644 --- a/src/hir/path.hpp +++ b/src/hir/path.hpp @@ -16,7 +16,7 @@ namespace HIR { -struct Trait; +class Trait; enum Compare { Equal, |