Skip to content

v0.2.48..v0.2.49 changeset TagAdvancedCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
index a01d57c..74f9b24 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.h
@@ -73,6 +73,9 @@ public:
   virtual QString getDescription() const
   { return "Identifies elements by tag using a set of advanced schema functionality"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
 private:
 
   // one filter for each type: must, must_not, and should
Clone this wiki locally