summaryrefslogtreecommitdiff
path: root/ndb/include/util/Properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/util/Properties.hpp')
-rw-r--r--ndb/include/util/Properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/util/Properties.hpp b/ndb/include/util/Properties.hpp
index 2c30f7f7e3c..df8e2887001 100644
--- a/ndb/include/util/Properties.hpp
+++ b/ndb/include/util/Properties.hpp
@@ -55,7 +55,7 @@ public:
static const char delimiter = ':';
static const char version[];
- Properties();
+ Properties(bool case_insensitive= false);
Properties(const Properties &);
Properties(const Property *, int len);
virtual ~Properties();