Mercurial > hg > svcore
diff data/model/AlignmentModel.h @ 1010:36f79bc5c3d7
Provide access to local filename
author | Chris Cannam |
---|---|
date | Fri, 14 Nov 2014 17:23:38 +0000 |
parents | cd42620e3f40 |
children | 13f53ecc8bb5 |
line wrap: on
line diff
--- a/data/model/AlignmentModel.h Fri Nov 14 17:23:27 2014 +0000 +++ b/data/model/AlignmentModel.h Fri Nov 14 17:23:38 2014 +0000 @@ -32,7 +32,7 @@ public: AlignmentModel(Model *reference, Model *aligned, - Model *inputModel, // probably an AggregateWaveModel; I take ownership + Model *inputModel, // probably an AggregateWaveModel; may be null; I take ownership SparseTimeValueModel *path); // I take ownership ~AlignmentModel();