summaryrefslogtreecommitdiff
path: root/sc/inc/subtotal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r--sc/inc/subtotal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx
index ee0f16ea95e1..7858fcae6f2b 100644
--- a/sc/inc/subtotal.hxx
+++ b/sc/inc/subtotal.hxx
@@ -32,7 +32,7 @@ public:
struct ScFunctionData // to calculate single functions
{
- ScSubTotalFunc eFunc;
+ ScSubTotalFunc const eFunc;
double nVal;
long nCount;
bool bError;