summaryrefslogtreecommitdiff
path: root/sc/inc/detdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/detdata.hxx')
-rw-r--r--sc/inc/detdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx
index abe2d2a57d62..688fff0b490a 100644
--- a/sc/inc/detdata.hxx
+++ b/sc/inc/detdata.hxx
@@ -37,7 +37,7 @@ enum ScDetOpType
class ScDetOpData
{
ScAddress aPos;
- ScDetOpType eOperation;
+ ScDetOpType const eOperation;
public:
ScDetOpData( const ScAddress& rP, ScDetOpType eOp ) :