diff data/model/ImageModel.h @ 608:d7f3dfe6f9a4

* solaris build fixes
author Chris Cannam
date Thu, 10 Sep 2009 18:44:45 +0000
parents f5e8f12d2e58
children e22b6e89a7f7
line wrap: on
line diff
--- a/data/model/ImageModel.h	Thu Sep 10 14:31:49 2009 +0000
+++ b/data/model/ImageModel.h	Thu Sep 10 18:44:45 2009 +0000
@@ -164,7 +164,7 @@
                 (row, column, role);
         }
 
-        PointListIterator i = getPointListIteratorForRow(row);
+        PointListConstIterator i = getPointListIteratorForRow(row);
         if (i == m_points.end()) return QVariant();
 
         switch (column) {