From e203877d239454182c94bc2f730d69f4937bf818 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 19 Oct 2007 15:50:35 +0000 Subject: [PATCH] Silenced a VC++ warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43179 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 41094a1ff9..adedf539e9 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -269,7 +269,7 @@ protected: private: StorageClass SClass; Expr *Init; - friend class StmtIterator; + friend struct StmtIterator; }; /// BlockVarDecl - Represent a local variable declaration. -- 2.40.0