summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/arraysumfunctor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/arraysumfunctor.hxx')
-rw-r--r--sc/source/core/inc/arraysumfunctor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/arraysumfunctor.hxx b/sc/source/core/inc/arraysumfunctor.hxx
index 86f346f89834..226962cf1f0f 100644
--- a/sc/source/core/inc/arraysumfunctor.hxx
+++ b/sc/source/core/inc/arraysumfunctor.hxx
@@ -32,7 +32,7 @@ struct ArraySumFunctor
{
private:
const double* mpArray;
- size_t mnSize;
+ size_t const mnSize;
public:
ArraySumFunctor(const double* pArray, size_t nSize)