diff options
Diffstat (limited to 'sc/inc/fillinfo.hxx')
-rw-r--r-- | sc/inc/fillinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/fillinfo.hxx b/sc/inc/fillinfo.hxx index 6b9ff623bf6a..850fb4738ae0 100644 --- a/sc/inc/fillinfo.hxx +++ b/sc/inc/fillinfo.hxx @@ -194,7 +194,7 @@ struct ScTableInfo std::unique_ptr<RowInfo[]> mpRowInfo; SCSIZE mnArrCount; - SCSIZE mnArrCapacity; + SCSIZE const mnArrCapacity; bool mbPageMode; explicit ScTableInfo(const SCSIZE capacity = 1024); |