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/resolve/absolute.cpp | |
parent | 0767462da25193c3e39080e8ffe71ad8c0963d3c (diff) | |
download | mrust-1ecde512a0757c0e5dd3bce6c267d76a757bd4e9.tar.gz |
All - Clang warning fixes
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r-- | src/resolve/absolute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index a21c9b10..abfaa672 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -111,7 +111,7 @@ struct Context } class RootBlockScope { - friend class Context; + friend struct Context; Context& ctxt; unsigned int old_varcount; RootBlockScope(Context& ctxt, unsigned int val): |