Skip to content

v0.2.54..v0.2.55 changeset UnlikelyIntersectionRemover.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
index 1472403..71f3db4 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
@@ -75,7 +75,7 @@ public:
   { return "Removes road intersections that are likely mistakes"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const
   { return QStringList(QString::fromStdString(LinearCriterion::className())); }
Clone this wiki locally