1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-21 03:32:29 +00:00

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
This commit is contained in:
Chris Lattner 2004-10-23 04:58:50 +00:00
parent 3a060e5279
commit 89e0f74094

@ -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;