diff options
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r-- | sc/inc/queryparam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx index 79215637ef03..594b21d56057 100644 --- a/sc/inc/queryparam.hxx +++ b/sc/inc/queryparam.hxx @@ -182,7 +182,7 @@ protected: ScDBQueryParamBase(DataType eType); private: - DataType meType; + DataType const meType; }; struct ScDBQueryParamInternal : public ScDBQueryParamBase, public ScQueryParamTable |