We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.cpp index dfee9d8..93a7e90 100644 --- a/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.cpp +++ b/hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.cpp @@ -110,7 +110,7 @@ public: _memoryCheckUpdateInterval = opts.getMemoryUsageCheckerInterval(); } - ~BuildingMatchVisitor() + virtual ~BuildingMatchVisitor() { LOG_TRACE("neighbor counts, max: " << _neighborCountMax << " mean: " << (double)_neighborCountSum / (double)_elementsEvaluated);