Skip to content

v0.2.55..v0.2.56 changeset HighwayMatch.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatch.h b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatch.h
index bef8468..a0d46c4 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatch.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatch.h
@@ -56,11 +56,12 @@ public:
 
   static const QString MATCH_NAME;
 
-  HighwayMatch();
+  HighwayMatch() = default;
   HighwayMatch(const std::shared_ptr<HighwayClassifier>& classifier,
                const std::shared_ptr<SublineStringMatcher>& sublineMatcher,
                const ConstOsmMapPtr& map, const ElementId& eid1, const ElementId& eid2,
                ConstMatchThresholdPtr mt);
+  virtual ~HighwayMatch() = default;
 
   virtual QString explain() const override;
 
Clone this wiki locally