Skip to content

v0.2.54..v0.2.55 changeset DualHighwaySplitter.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.h b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.h
index 83da11d..b1cf2b5 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.h
@@ -85,7 +85,7 @@ public:
   { return "Splits all 'divided=yes' highways into two one way streets"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    *
    * This isn't actually using HighwayCriterion in the filtering, but for the purposes of reducing
    * unnecessary conflate ops we don't need to run it unless we're running road conflation.
Clone this wiki locally