Index: utils/TableGen/Record.h =================================================================== RCS file: /var/cvs/llvm/llvm/utils/TableGen/Record.h,v retrieving revision 1.41 diff -u -r1.41 Record.h --- utils/TableGen/Record.h 27 Jul 2004 01:01:21 -0000 1.41 +++ utils/TableGen/Record.h 19 Oct 2004 10:39:47 -0000 @@ -732,7 +732,7 @@ return OS; } -struct Record { +class Record { const std::string Name; std::vector TemplateArgs; std::vector Values;