Skip to content

v0.2.54..v0.2.55 changeset HighwayMatchCreator.h

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