Skip to content

v0.2.48..v0.2.49 changeset ImplicitTagEligiblePoiPolyCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiPolyCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiPolyCriterion.h
index dec2bfe..edad89b 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiPolyCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiPolyCriterion.h
@@ -69,6 +69,10 @@ public:
 
   virtual QString getDescription() const
   { return "Identifies POIs and polygons eligible for type tag addition"; }
+
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
 };
 
 }
Clone this wiki locally