summaryrefslogtreecommitdiff
path: root/storage/connect/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/array.h')
-rw-r--r--storage/connect/array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/array.h b/storage/connect/array.h
index 4a818414e9c..6fb38ae6b47 100644
--- a/storage/connect/array.h
+++ b/storage/connect/array.h
@@ -50,6 +50,7 @@ class DllExport ARRAY : public XOBJECT, public CSORT { // Array descblock
// void SetCorrel(bool b) {Correlated = b;}
// Methods
+ using XOBJECT::GetIntValue;
virtual void Reset(void) {Bot = -1;}
virtual int Qcompare(int *, int *);
virtual bool Compare(PXOB) {assert(FALSE); return FALSE;}