Skip to content

v0.2.48..v0.2.49 changeset NeedsReviewCriterion.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/NeedsReviewCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/NeedsReviewCriterion.h
index 01af2b6..8fe24bd 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/NeedsReviewCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/NeedsReviewCriterion.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef NEEDSREVIEWCRITERION_H
 #define NEEDSREVIEWCRITERION_H
@@ -57,6 +57,10 @@ public:
 
   virtual QString getDescription() const { return "Identifies features that need to be reviewed"; }
 
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
+
 private:
 
   ConstOsmMapPtr _map;
Clone this wiki locally