Skip to content

v0.2.49..v0.2.50 changeset TagKeyContainsCriterion.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/TagKeyContainsCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/TagKeyContainsCriterion.h
index 228b971..f4820c0 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/TagKeyContainsCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/TagKeyContainsCriterion.h
@@ -44,7 +44,7 @@ public:
 
   static std::string className() { return "hoot::TagKeyContainsCriterion"; }
 
-  TagKeyContainsCriterion() {}
+  TagKeyContainsCriterion() : _text(""), _caseSensitive(false) { }
   explicit TagKeyContainsCriterion(const QString& text);
 
   virtual bool isSatisfied(const ConstElementPtr& e) const override;
Clone this wiki locally