Skip to content

v0.2.48..v0.2.49 changeset WayBufferCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/WayBufferCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/WayBufferCriterion.h
index 470b4a3..98bb4a2 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/WayBufferCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/WayBufferCriterion.h
@@ -78,6 +78,9 @@ public:
 
   virtual QString getDescription() const { return "Allows for operations on ways with buffers"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
 private:
 
   Meters _buffer;
Clone this wiki locally