Skip to content
Snippets Groups Projects
Commit 37f953f0 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Add missing header change

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146764 91177308-0d34-0410-b5e6-96231b3b80d8
parent fd002a70
No related branches found
No related tags found
No related merge requests found
...@@ -589,7 +589,8 @@ class ObjCInterfaceDecl : public ObjCContainerDecl ...@@ -589,7 +589,8 @@ class ObjCInterfaceDecl : public ObjCContainerDecl
}; };
ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
SourceLocation CLoc, bool isInternal); SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
bool isInternal);
void LoadExternalDefinition() const; void LoadExternalDefinition() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment