]> granicus.if.org Git - clang/commitdiff
Unbreak the build
authorDouglas Gregor <dgregor@apple.com>
Thu, 8 Apr 2010 16:07:47 +0000 (16:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 8 Apr 2010 16:07:47 +0000 (16:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100775 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.h

index e9f78bcdb0a56283d5b4443a0fe953f5968c4164..9c8555dc5aba473a5ad59b6adcaa2a125ac4bef9 100644 (file)
@@ -94,7 +94,8 @@ class CodeGenModule : public BlockModule {
 
   /// VTables - Holds information about C++ vtables.
   CodeGenVTables VTables;
-  
+  friend class CodeGenVTables;
+
   CGObjCRuntime* Runtime;
   CGDebugInfo* DebugInfo;