Change forward declaration of MultiClass to use the "struct" keyword instead

of "class", so that it matches the subsequent definition.

llvm-svn: 70498
This commit is contained in:
Bob Wilson 2009-04-30 17:35:11 +00:00
parent ef462e6bb0
commit 56d8625492
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class VarListElementInit;
// Other classes.
class Record;
class RecordVal;
class MultiClass;
struct MultiClass;
//===----------------------------------------------------------------------===//
// Type Classes