summaryrefslogtreecommitdiff
path: root/src/resolve
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-11 10:13:18 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-11 10:13:18 +0800
commit1ecde512a0757c0e5dd3bce6c267d76a757bd4e9 (patch)
treef2c4e3a50c6e7b885f588398ff1e1c398e8272a1 /src/resolve
parent0767462da25193c3e39080e8ffe71ad8c0963d3c (diff)
downloadmrust-1ecde512a0757c0e5dd3bce6c267d76a757bd4e9.tar.gz
All - Clang warning fixes
Diffstat (limited to 'src/resolve')
-rw-r--r--src/resolve/absolute.cpp2
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):