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