Skip to content

v0.2.55..v0.2.56 changeset NonConflatableElementRemover.h

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