aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b628df20..e88497f 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;