Skip to content

v0.2.48..v0.2.49 changeset InWayNodeCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/InWayNodeCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/InWayNodeCriterion.h
index 83c24da..5bd7d1f 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/InWayNodeCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/InWayNodeCriterion.h
@@ -59,6 +59,10 @@ public:
   virtual QString getDescription() const
   { return "Identifies nodes contained in a specified set of ways"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
+
 private:
 
   std::set<long> _nids;
Clone this wiki locally