From 1ecde512a0757c0e5dd3bce6c267d76a757bd4e9 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 11 Aug 2016 10:13:18 +0800 Subject: All - Clang warning fixes --- src/resolve/absolute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolve/absolute.cpp') 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): -- cgit v1.2.3