]> granicus.if.org Git - clang/commitdiff
Add missing header change
authorDouglas Gregor <dgregor@apple.com>
Fri, 16 Dec 2011 22:40:58 +0000 (22:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 16 Dec 2011 22:40:58 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146764 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclObjC.h

index c13e1baa56bfb0943ff9d9b45b4700f6d2edfa90..7a5a715eab6d6ffdf6b9e30ea77509ac1b152fcc 100644 (file)
@@ -589,7 +589,8 @@ class ObjCInterfaceDecl : public ObjCContainerDecl
   };
 
   ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
-                    SourceLocation CLoc, bool isInternal);
+                    SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
+                    bool isInternal);
 
   void LoadExternalDefinition() const;