Skip to content

v0.2.54..v0.2.55 changeset BuildingMatchCreator.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.h b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.h
index 306ea09..ff0b591 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.h
@@ -70,7 +70,7 @@ public:
   virtual QString getName() const { return QString::fromStdString(className()); }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const
   { return QStringList(QString::fromStdString(BuildingCriterion::className())); }
Clone this wiki locally