-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset SuperfluousWayRemover.h
Garret Voltz edited this page Oct 2, 2019
·
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 f5a983b..5bd5caf 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
@@ -58,9 +58,14 @@ public:
/**
* Splits all the ways in the input map and returns the resulting map.
+ *
+ * @return the number of ways removed
*/
- static void removeWays(const std::shared_ptr<OsmMap>& map);
+ static long removeWays(const std::shared_ptr<OsmMap>& map);
+ /**
+ * TODO
+ */
void removeWays();
virtual QString getInitStatusMessage() const { return "Removing superfluous ways..."; }