Skip to content

v0.2.53..v0.2.54 changeset PoiPolygonMatch.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
index 52721d0..1e3f62c 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
@@ -151,6 +151,7 @@ public:
 private:
 
   friend class PoiPolygonMergerCreatorTest;
+  friend class PoiPolygonMatchTest;
 
   ConstOsmMapPtr _map;
 
@@ -241,6 +242,8 @@ private:
   bool _featureHasReviewIfMatchedType(ConstElementPtr element) const;
 
   bool _skipForReviewTypeDebugging() const;
+
+  void _clearCache();
 };
 
 }
Clone this wiki locally