Skip to content

v0.2.54..v0.2.55 changeset BuildingOutlineRemoveOp.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h b/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
index d50aaf3..214f976 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
@@ -67,7 +67,7 @@ public:
   virtual QString getDescription() const override { return "Removes the outline around buildings"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const
   { return QStringList(QString::fromStdString(BuildingCriterion::className())); }
Clone this wiki locally