Skip to content

v0.2.55..v0.2.56 changeset DataConverter.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
index 5122a65..db0c0d5 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
@@ -92,6 +92,7 @@ public:
   static const QString JOB_SOURCE;
 
   DataConverter();
+  virtual ~DataConverter() = default;
 
   virtual void setConfiguration(const Settings& conf);
 
Clone this wiki locally