Skip to content

v0.2.55..v0.2.56 changeset CollapsePolyGeoModifierAction.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/CollapsePolyGeoModifierAction.h b/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/CollapsePolyGeoModifierAction.h
index a7e1bd3..43becce 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/CollapsePolyGeoModifierAction.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/CollapsePolyGeoModifierAction.h
@@ -47,6 +47,9 @@ public:
 
   static std::string className() { return "hoot::CollapsePolyGeoModifierAction"; }
 
+  CollapsePolyGeoModifierAction() = default;
+  virtual ~CollapsePolyGeoModifierAction() = default;
+
   virtual QString getCommandName() const override { return "collapse_poly"; }
   virtual QList<QString> getParameterNames() const override { return QList<QString> { MAX_AREA_PARAM, MAX_LENGTH_PARAM }; }
 
Clone this wiki locally