-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.55..v0.2.56 changeset AddressCountVisitor.h
Garret Voltz edited this page Aug 14, 2020
·
3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/AddressCountVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/AddressCountVisitor.h
index b99a5b6..bc57d84 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/AddressCountVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/AddressCountVisitor.h
@@ -47,7 +47,8 @@ public:
static std::string className() { return "hoot::AddressCountVisitor"; }
- AddressCountVisitor();
+ AddressCountVisitor() : _totalCount(0) { }
+ virtual ~AddressCountVisitor() = default;
virtual void setConfiguration(const Settings& conf);