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())); }