-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset RemoveRoundabouts.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.h
index df5540f..28dc61c 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.h
@@ -93,7 +93,7 @@ public:
{ return "Removed " + QString::number(_numAffected) + " road roundabouts"; }
/**
- * @see FilteredByCriteria
+ * @see FilteredByGeometryTypeCriteria
*/
virtual QStringList getCriteria() const
{ return QStringList(QString::fromStdString(HighwayCriterion::className())); }