llvm-svn: 53848
This commit is contained in:
Chris Lattner 2008-07-21 07:13:18 +00:00
parent ca1e848588
commit 046485640d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ MinimalAction::ActOnDeclarator(Scope *S, Declarator &D, DeclTy *LastInGroup) {
} }
Action::DeclTy * Action::DeclTy *
MinimalAction::ActOnStartClassInterface(SourceLocation AtInterafceLoc, MinimalAction::ActOnStartClassInterface(SourceLocation AtInterfaceLoc,
IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc,
IdentifierInfo *SuperName, SourceLocation SuperLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc,
IdentifierInfo **ProtocolNames, unsigned NumProtocols, IdentifierInfo **ProtocolNames, unsigned NumProtocols,