Skip to content

v0.2.49..v0.2.50 changeset HighwayMatchCreator.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.h b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.h
index c1becd0..1830d98 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.h
@@ -48,14 +48,14 @@ public:
   HighwayMatchCreator();
 
   /**
-   * Not implemented.
+   * Create the match
    */
-  virtual Match* createMatch(const ConstOsmMapPtr&, ElementId eid1, ElementId eid2);
+  virtual MatchPtr createMatch(const ConstOsmMapPtr&, ElementId eid1, ElementId eid2) override;
 
   /**
    * Search the provided map for highway matches and add the matches to the matches vector.
    */
-  virtual void createMatches(const ConstOsmMapPtr& map, std::vector<const Match*>& matches,
+  virtual void createMatches(const ConstOsmMapPtr& map, std::vector<ConstMatchPtr>& matches,
     ConstMatchThresholdPtr threshold) override;
 
   virtual std::vector<CreatorDescription> getAllCreators() const override;
Clone this wiki locally