Skip to content

v0.2.55..v0.2.56 changeset ElementConstOsmMapVisitor.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/ElementConstOsmMapVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/ElementConstOsmMapVisitor.h
index b64b5dd..a91de5f 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/ElementConstOsmMapVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/ElementConstOsmMapVisitor.h
@@ -44,8 +44,8 @@ public:
 
   static std::string className() { return "hoot::ElementConstOsmMapVisitor"; }
 
-  ElementConstOsmMapVisitor() {}
-  virtual ~ElementConstOsmMapVisitor() {}
+  ElementConstOsmMapVisitor() = default;
+  virtual ~ElementConstOsmMapVisitor() = default;
 
   void setOsmMap(const OsmMap* map) override { _map = map; }
 
Clone this wiki locally