summaryrefslogtreecommitdiff
path: root/ndb/tools/restore/consumer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/tools/restore/consumer.hpp')
-rw-r--r--ndb/tools/restore/consumer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/tools/restore/consumer.hpp b/ndb/tools/restore/consumer.hpp
index 14611897f19..a4e8e71012b 100644
--- a/ndb/tools/restore/consumer.hpp
+++ b/ndb/tools/restore/consumer.hpp
@@ -20,6 +20,7 @@
class BackupConsumer {
public:
+ BackupConsumer() {}
virtual ~BackupConsumer() { }
virtual bool init() { return true;}
virtual bool table(const TableS &){return true;}