summaryrefslogtreecommitdiff
path: root/sc/inc/columniterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/columniterator.hxx')
-rw-r--r--sc/inc/columniterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/columniterator.hxx b/sc/inc/columniterator.hxx
index b62510ac380a..51270f363ea7 100644
--- a/sc/inc/columniterator.hxx
+++ b/sc/inc/columniterator.hxx
@@ -66,7 +66,7 @@ namespace sc {
class ColumnIterator
{
CellStoreType::const_position_type maPos;
- CellStoreType::const_position_type maPosEnd;
+ CellStoreType::const_position_type const maPosEnd;
bool mbComplete;
public: