]> granicus.if.org Git - clang/commitdiff
Silenced a VC++ warning.
authorHartmut Kaiser <hartmut.kaiser@gmail.com>
Fri, 19 Oct 2007 15:50:35 +0000 (15:50 +0000)
committerHartmut Kaiser <hartmut.kaiser@gmail.com>
Fri, 19 Oct 2007 15:50:35 +0000 (15:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43179 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 41094a1ff98395589d3ecc767ca80e1781908aa3..adedf539e9a65847026447c51083049f4fe15e02 100644 (file)
@@ -269,7 +269,7 @@ protected:
 private:
   StorageClass SClass;
   Expr *Init;  
-  friend class StmtIterator;
+  friend struct StmtIterator;
 };
 
 /// BlockVarDecl - Represent a local variable declaration.