commit | 78c3bcb582e42abeee68ba78f1cc6bd9df57958d | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:45:13 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Aug 11 17:45:13 2009 +0000 |
tree | 5a3711925cc9684c88bee76e1e94cf4264d31023 | |
parent | 5c13812e2f846a98905378c8d3f04d0a9c1cff55 [diff] |
Make LLVMContext and LLVMContextImpl classes instead of structs. llvm-svn: 78690
diff --git a/llvm/lib/Archive/ArchiveInternals.h b/llvm/lib/Archive/ArchiveInternals.h index 98f9c89..d187ed9 100644 --- a/llvm/lib/Archive/ArchiveInternals.h +++ b/llvm/lib/Archive/ArchiveInternals.h
@@ -31,7 +31,7 @@ namespace llvm { - struct LLVMContext; + class LLVMContext; /// The ArchiveMemberHeader structure is used internally for bitcode /// archives.