Skip to content

v0.2.49..v0.2.50 changeset CountUniqueReviewsVisitor.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h
index cfa5b96..410718b 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h
@@ -55,6 +55,8 @@ public:
 
   virtual QString getDescription() const { return "Counts the number of unique feature reviews"; }
 
+  void clear();
+
 private:
 
   std::set<ReviewMarker::ReviewUid> _reviews;
Clone this wiki locally