Skip to content

v0.2.55..v0.2.56 changeset AngleHistogramExtractor.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.h b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.h
index 4cafdee..6431ff8 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.h
@@ -55,6 +55,7 @@ public:
 
   AngleHistogramExtractor();
   AngleHistogramExtractor(Radians smoothing, unsigned int bins = 16);
+  virtual ~AngleHistogramExtractor() = default;
 
   static std::string className() { return "hoot::AngleHistogramExtractor"; }
 
Clone this wiki locally