Restore the build

llvm-svn: 111498
This commit is contained in:
John McCall 2010-08-19 01:21:57 +00:00
parent 5cf48cd17c
commit 1ed0182413
1 changed files with 1 additions and 0 deletions

View File

@ -1465,6 +1465,7 @@ RecordLayoutBuilder::ComputeKeyFunction(const CXXRecordDecl *RD) {
class MSRecordLayoutBuilder: public RecordLayoutBuilder {
friend class ASTContext;
public:
MSRecordLayoutBuilder(ASTContext& Ctx, EmptySubobjectMap *EmptySubobjects):
RecordLayoutBuilder(Ctx, EmptySubobjects) {}