diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-11 10:13:18 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-11 10:13:18 +0800 |
commit | 1ecde512a0757c0e5dd3bce6c267d76a757bd4e9 (patch) | |
tree | f2c4e3a50c6e7b885f588398ff1e1c398e8272a1 /src/hir/path.hpp | |
parent | 0767462da25193c3e39080e8ffe71ad8c0963d3c (diff) | |
download | mrust-1ecde512a0757c0e5dd3bce6c267d76a757bd4e9.tar.gz |
All - Clang warning fixes
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 { |