diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 89d9ebb583..66230314c0 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1063,7 +1063,8 @@ public: virtual DeclTy *ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, const IdentifierLocPair *IdentList, - unsigned NumElts); + unsigned NumElts, + AttributeList *attrList); virtual void FindProtocolDeclaration(bool WarnOnDeclarations, const IdentifierLocPair *ProtocolId, |