summaryrefslogtreecommitdiff
path: root/storage/connect/tabfix.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/tabfix.h')
-rw-r--r--storage/connect/tabfix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/tabfix.h b/storage/connect/tabfix.h
index 5feb3589928..00439fea0e8 100644
--- a/storage/connect/tabfix.h
+++ b/storage/connect/tabfix.h
@@ -51,6 +51,8 @@ class DllExport TDBFIX : public TDBDOS {
virtual int WriteDB(PGLOBAL g);
protected:
+ virtual bool PrepareWriting(PGLOBAL g) {return false;}
+
// Members are inherited from TDBDOS
}; // end of class TDBFIX