diff options
-rw-r--r-- | clang/include/clang/AST/ASTContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h index 6d1265ca647..d5ade9340c8 100644 --- a/clang/include/clang/AST/ASTContext.h +++ b/clang/include/clang/AST/ASTContext.h @@ -113,7 +113,7 @@ class ObjCPropertyDecl; class ObjCPropertyImplDecl; class ObjCProtocolDecl; class ObjCTypeParamDecl; -class ParsedTargetAttr; +struct ParsedTargetAttr; class Preprocessor; class Stmt; class StoredDeclsMap; |