From: Argyrios Kyrtzidis Date: Thu, 28 Aug 2008 07:45:57 +0000 (+0000) Subject: Fix compilation error on MSVC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a49f6b1e5741f6bda71eb7837b43343925027b;p=clang Fix compilation error on MSVC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 85f9d8bca7..95073bc862 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -284,7 +284,7 @@ public: /// this method declaration. If non-NULL, Container must be either /// an ObjCCategoryImplDecl or ObjCImplementationDecl; it should /// only be NULL when getting encodings for protocol properties. - void getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *Decl, + void getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD, const Decl *Container, std::string &S);