diff options
Diffstat (limited to 'lib/Sema/TargetAttributesSema.h')
-rw-r--r-- | lib/Sema/TargetAttributesSema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/TargetAttributesSema.h b/lib/Sema/TargetAttributesSema.h index 8794e40..410c900 100644 --- a/lib/Sema/TargetAttributesSema.h +++ b/lib/Sema/TargetAttributesSema.h @@ -13,7 +13,7 @@ namespace clang { class Scope; class Decl; - class Attr; + class AttributeList; class Sema; class TargetAttributesSema { |