Skip to content

v0.2.54..v0.2.55 changeset NetworkMatchCreator.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.h b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.h
index 1dd40c1..656e787 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.h
@@ -62,7 +62,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