Skip to content

v0.2.54..v0.2.55 changeset RemoveEmptyAreasVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.h
index 619a53d..38f4cce 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.h
@@ -60,7 +60,7 @@ public:
   virtual QString getDescription() const { return "Removes empty areas"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const;
 
Clone this wiki locally