]> granicus.if.org Git - clang/commitdiff
Fix compilation error on MSVC.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Aug 2008 07:45:57 +0000 (07:45 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Aug 2008 07:45:57 +0000 (07:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55465 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 85f9d8bca73548876b59a39cc741b5466b1d5ddf..95073bc8625cf99be3015b99f6335318811b2f9c 100644 (file)
@@ -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);