From 89e0f74094a6a86170c2c70fe8c6c19cb99c97a0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 23 Oct 2004 04:58:50 +0000 Subject: 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 --- utils/TableGen/Record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen/Record.h') 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 TemplateArgs; std::vector Values; -- cgit v1.2.3