Mercurial > hg > svapp
diff framework/SVFileReader.cpp @ 665:e19c609a7bec
Update so Document owns the alignment model's input aggregate model
author | Chris Cannam |
---|---|
date | Thu, 04 Apr 2019 16:17:11 +0100 |
parents | e2715204feaa |
children | 21673429dba5 |
line wrap: on
line diff
--- a/framework/SVFileReader.cpp Wed Jan 09 15:25:09 2019 +0000 +++ b/framework/SVFileReader.cpp Thu Apr 04 16:17:11 2019 +0100 @@ -788,7 +788,7 @@ if (refModel && alignedModel && pathModel) { AlignmentModel *model = new AlignmentModel - (refModel, alignedModel, nullptr, nullptr); + (refModel, alignedModel, nullptr); PathModel *pm = dynamic_cast<PathModel *>(pathModel); if (!pm) { SVCERR << "WARNING: SV-XML: Model id " << path