v0.2.54..v0.2.55 changeset WayJoiner.h - ngageoint/hootenanny GitHub Wiki
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
index 037d571..e971af2 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
@@ -99,7 +99,12 @@ protected:
bool _leavePid;
/** Pointer to the map to work on */
OsmMapPtr _map;
+
int _numJoined;
+ int _numProcessed;
+ int _totalWays;
+
+ int _taskStatusUpdateInterval;
private: