v0.2.48..v0.2.49 changeset ReviewRelationCriterion.h - ngageoint/hootenanny GitHub Wiki

diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/ReviewRelationCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/ReviewRelationCriterion.h
index c80fc04..f2fc277 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/ReviewRelationCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/ReviewRelationCriterion.h
@@ -51,6 +51,10 @@ public:
 
   virtual QString getDescription() const
   { return "Identifies review relations created during conflation"; }
+
+  virtual QString toString() const override
+  { return QString::fromStdString(className()).remove("hoot::"); }
+
 };
 
 }
⚠️ **GitHub.com Fallback** ⚠️