From 6f34d8807c5343dfa07949ce95a1ad92c2972756 Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Thu, 16 Feb 2017 18:01:48 +0100 Subject: All changes made on 10.1 --- storage/connect/tabdos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect/tabdos.h') diff --git a/storage/connect/tabdos.h b/storage/connect/tabdos.h index 59c98ce9714..922d52ee399 100644 --- a/storage/connect/tabdos.h +++ b/storage/connect/tabdos.h @@ -142,7 +142,7 @@ class DllExport TDBDOS : public TDBASE { {return (PTDB)new(g) TDBDOS(g, this);} // Methods - virtual PTDB CopyOne(PTABS t); + virtual PTDB Clone(PTABS t); virtual void ResetDB(void) {Txfp->Reset();} virtual bool IsUsingTemp(PGLOBAL g); virtual bool IsIndexed(void) {return Indxd;} -- cgit v1.2.1