From: Hartmut Kaiser Date: Fri, 19 Oct 2007 15:50:35 +0000 (+0000) Subject: Silenced a VC++ warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e203877d239454182c94bc2f730d69f4937bf818;p=clang Silenced a VC++ warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43179 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.