Skip to content

v0.2.54..v0.2.55 changeset SuperfluousWayRemover.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
index c0fd77a..092cdfc 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
@@ -78,13 +78,13 @@ public:
   { return "Removes ways not in relations or containing zero or all identical nodes"; }
 
   /**
-   * @see FilteredByCriteria
+   * @see FilteredByGeometryTypeCriteria
    */
   virtual QStringList getCriteria() const;
 
   virtual std::string getClassName() const { return className(); }
 
-protected:
+private:
 
   std::shared_ptr<OsmMap> _inputMap;
 };
Clone this wiki locally