summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-04-08 16:07:47 +0000
committerDouglas Gregor <dgregor@apple.com>2010-04-08 16:07:47 +0000
commitbc6a4347737239a4eb0d71a0e34af25e0d471318 (patch)
tree1120ae173c573d0c5ddb376457c64ec28f48dd80 /clang
parentbc048307f34c9b18344bdebddf3e7857327307f0 (diff)
downloadbcm5719-llvm-bc6a4347737239a4eb0d71a0e34af25e0d471318.tar.gz
bcm5719-llvm-bc6a4347737239a4eb0d71a0e34af25e0d471318.zip
Unbreak the build
llvm-svn: 100775
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index e9f78bcdb0a..9c8555dc5ab 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/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;
OpenPOWER on IntegriCloud