summaryrefslogtreecommitdiff
path: root/ndb/include/util/SimpleProperties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/util/SimpleProperties.hpp')
-rw-r--r--ndb/include/util/SimpleProperties.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/util/SimpleProperties.hpp b/ndb/include/util/SimpleProperties.hpp
index 0993c272b47..82900ff48eb 100644
--- a/ndb/include/util/SimpleProperties.hpp
+++ b/ndb/include/util/SimpleProperties.hpp
@@ -168,6 +168,7 @@ public:
bool add(Uint16 key, Uint32 value);
bool add(Uint16 key, const char * value);
bool add(Uint16 key, const void* value, int len);
+ Writer() {}
protected:
virtual ~Writer() {}
virtual bool reset() = 0;