Skip to content

v0.2.50..v0.2.51 changeset RemoveMissingElementsVisitor.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h
index 6874f1c..6845956 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h
@@ -44,7 +44,8 @@ public:
 
   static std::string className() { return "hoot::RemoveMissingElementsVisitor"; }
 
-  RemoveMissingElementsVisitor(int maxReport = Log::getWarnMessageLimit());
+  RemoveMissingElementsVisitor(const Log::WarningLevel& logLevel = Log::Trace,
+                               const int maxReport = Log::getWarnMessageLimit());
 
   virtual void setOsmMap(OsmMap* map) { _v->setOsmMap(map);}
 
Clone this wiki locally