commit | bc6a4347737239a4eb0d71a0e34af25e0d471318 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Apr 08 16:07:47 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Apr 08 16:07:47 2010 +0000 |
tree | 1120ae173c573d0c5ddb376457c64ec28f48dd80 | |
parent | bc048307f34c9b18344bdebddf3e7857327307f0 [diff] [blame] |
Unbreak the build llvm-svn: 100775
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index e9f78bc..9c8555d 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -94,7 +94,8 @@ /// VTables - Holds information about C++ vtables. CodeGenVTables VTables; - + friend class CodeGenVTables; + CGObjCRuntime* Runtime; CGDebugInfo* DebugInfo;