Skip to content

v0.2.54..v0.2.55 changeset ReplaceRoundabouts.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.h b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.h
index d965176..5b96c41 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.h
@@ -90,7 +90,7 @@ public:
   { return "Replaces road roundabouts with simple intersections"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const
   { return QStringList(QString::fromStdString(HighwayCriterion::className())); }
Clone this wiki locally