-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset OneWayRoadStandardizer.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/OneWayRoadStandardizer.h b/hoot-core/src/main/cpp/hoot/core/visitors/OneWayRoadStandardizer.h
index dfa3617..4842963 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/OneWayRoadStandardizer.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/OneWayRoadStandardizer.h
@@ -59,7 +59,7 @@ public:
{ return "Replaces all reversed one way roads with regular one way roads"; }
/**
- * @see FilteredByCriteria
+ * @see FilteredByGeometryTypeCriteria
*/
virtual QStringList getCriteria() const
{ return QStringList(QString::fromStdString(HighwayCriterion::className())); }