Skip to content

v0.2.48..v0.2.49 changeset TagValueNumericRangeCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.h
index ec670ee..7dfb9f3 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.h
@@ -59,6 +59,9 @@ public:
   virtual QString getDescription() const
   { return "Identifies elements having numeric tag values falling within a range"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
 private:
 
   QStringList _tagKeys;
Clone this wiki locally