Make VC happier, patch contributed by Morten Ofstad
authorChris Lattner <sabre@nondot.org>
Sat, 23 Oct 2004 04:58:50 +0000 (04:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Oct 2004 04:58:50 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17179 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/Record.h

index b628df2048ad6c6a62ccc38a9d6a3a5179b9c50f..e88497f3120ef0942e939f42a10e2eb2996d35bd 100644 (file)
@@ -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;