summaryrefslogtreecommitdiff
path: root/storage/connect/colblk.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/colblk.h')
-rw-r--r--storage/connect/colblk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/connect/colblk.h b/storage/connect/colblk.h
index 51ab32cfae2..7f1af8b8368 100644
--- a/storage/connect/colblk.h
+++ b/storage/connect/colblk.h
@@ -38,7 +38,8 @@ class DllExport COLBLK : public XOBJECT {
virtual PTDB GetTo_Tdb(void) {return To_Tdb;}
virtual int GetClustered(void) {return 0;}
virtual int IsClustered(void) {return FALSE;}
- virtual PSZ GetJpath(PGLOBAL g, bool proj) {return NULL;}
+ virtual bool Stringify(void) {return FALSE;}
+ virtual PSZ GetJpath(PGLOBAL g, bool proj) {return NULL;}
PCOL GetNext(void) {return Next;}
PSZ GetName(void) {return Name;}
int GetIndex(void) {return Index;}