summaryrefslogtreecommitdiff
path: root/utils/TableGen/Record.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-23 04:58:50 +0000
committerChris Lattner <sabre@nondot.org>2004-10-23 04:58:50 +0000
commit89e0f74094a6a86170c2c70fe8c6c19cb99c97a0 (patch)
tree54c7d067e51533153371c79eb64cb9b3659e636a /utils/TableGen/Record.h
parent3a060e5279e27a3597905d6859407f33ec5009a4 (diff)
downloadllvm-89e0f74094a6a86170c2c70fe8c6c19cb99c97a0.tar.gz
llvm-89e0f74094a6a86170c2c70fe8c6c19cb99c97a0.tar.bz2
llvm-89e0f74094a6a86170c2c70fe8c6c19cb99c97a0.tar.xz
Make VC happier, patch contributed by Morten Ofstad
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r--utils/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index b628df2048..e88497f312 100644
--- a/utils/TableGen/Record.h
+++ b/utils/TableGen/Record.h
@@ -732,7 +732,7 @@ inline std::ostream &operator<<(std::ostream &OS, const RecordVal &RV) {
return OS;
}
-struct Record {
+class Record {
const std::string Name;
std::vector<std::string> TemplateArgs;
std::vector<RecordVal> Values;