summaryrefslogtreecommitdiff
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index f069abdb5dc3..90105cc71402 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -112,7 +112,7 @@ struct ScDBQueryParamBase : public ScQueryParamBase
SCCOL mnField; /// the field in which the values are processed during iteration.
bool mbSkipString;
- DataType GetType() const;
+ DataType GetType() const { return meType;}
virtual ~ScDBQueryParamBase();