From: Chris Lattner Date: Sat, 23 Oct 2004 04:58:50 +0000 (+0000) Subject: Make VC happier, patch contributed by Morten Ofstad X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=89e0f74094a6a86170c2c70fe8c6c19cb99c97a0;p=oota-llvm.git 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 --- diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index b628df2048a..e88497f3120 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 TemplateArgs; std::vector Values;