Mercurial > hg > svcore
diff data/model/RegionModel.h @ 608:d7f3dfe6f9a4
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | 6441b31b37ac |
children | b1dc68507e46 |
line wrap: on
line diff
--- a/data/model/RegionModel.h Thu Sep 10 14:31:49 2009 +0000 +++ b/data/model/RegionModel.h Thu Sep 10 18:44:45 2009 +0000 @@ -163,7 +163,7 @@ return IntervalModel<RegionRec>::getData(row, column, role); } - PointListIterator i = getPointListIteratorForRow(row); + PointListConstIterator i = getPointListIteratorForRow(row); if (i == m_points.end()) return QVariant(); switch (column) {