diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 3e915cb6d2..2243f99c3b 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -201,7 +201,7 @@ public: virtual DeclTy *ActOnIvar(Scope *S, SourceLocation DeclStart, Declarator &D, ExprTy *BitfieldWidth, - tok::ObjCKeywordKind visibility = tok::objc_not_keyword) { + tok::ObjCKeywordKind visibility) { return 0; } |