From: Douglas Gregor Date: Thu, 8 Apr 2010 16:07:47 +0000 (+0000) Subject: Unbreak the build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e17ad2fd5c4b66c712bdffd2789eaafc54a9b001;p=clang Unbreak the build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100775 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index e9f78bcdb0..9c8555dc5a 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -94,7 +94,8 @@ class CodeGenModule : public BlockModule { /// VTables - Holds information about C++ vtables. CodeGenVTables VTables; - + friend class CodeGenVTables; + CGObjCRuntime* Runtime; CGDebugInfo* DebugInfo;