-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.55..v0.2.56 changeset AngleHistogramExtractor.cpp
Garret Voltz edited this page Aug 14, 2020
·
3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp
index aa5d6a9..be4401f 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp
@@ -51,7 +51,8 @@ public:
static std::string className() { return "hoot::HistogramVisitor"; }
- HistogramVisitor(Histogram& h) : _h(h) {}
+ HistogramVisitor(Histogram& h) : _h(h) { }
+ virtual ~HistogramVisitor() = default;
virtual void visit(const ConstElementPtr& e)
{