diff options
-rw-r--r-- | include/clang/AST/DeclObjC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index 072bff8d0f..696faae3c8 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -1204,7 +1204,7 @@ public: enum SetterKind { Assign, Retain, Copy }; enum PropertyControl { None, Required, Optional }; private: - SourceLocation AtLoc; // location of @propery + SourceLocation AtLoc; // location of @property QualType DeclType; unsigned PropertyAttributes : 8; |