Skip to content

v0.2.55..v0.2.56 changeset NoInformationElementRemover.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/NoInformationElementRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/NoInformationElementRemover.h
index 1590f91..b72cc7b 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/NoInformationElementRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/NoInformationElementRemover.h
@@ -46,7 +46,8 @@ public:
 
   static std::string className() { return "hoot::NoInformationElementRemover"; }
 
-  NoInformationElementRemover();
+  NoInformationElementRemover() = default;
+  virtual ~NoInformationElementRemover() = default;
 
   /**
     @see OsmMapOperation
Clone this wiki locally