Skip to content

v0.2.53..v0.2.54 changeset PoiPolygonMatchVisitor.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.h
index e30b261..09d1a7f 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.h
@@ -76,6 +76,8 @@ public:
 
   long getNumMatchCandidatesFound() const { return _numMatchCandidatesVisited; }
 
+  virtual std::string getClassName() const { return className(); }
+
 private:
 
   // white box testing
Clone this wiki locally