Skip to content

v0.2.54..v0.2.55 changeset RemoveElementsVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.h
index 6d07730..8b8c3bb 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.h
@@ -77,6 +77,7 @@ public:
 private:
 
   OsmMap* _map;
+
   bool _recursive;
   int _count;
   long _startElementCount;
Clone this wiki locally