Skip to content

v0.2.55..v0.2.56 changeset NetworkMatch.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
index 4049ebe..5d88f51 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
@@ -46,10 +46,11 @@ public:
 
   static std::string className() { return "hoot::NetworkMatch"; }
 
-  NetworkMatch();
+  NetworkMatch() = default;
   NetworkMatch(const ConstNetworkDetailsPtr& details, ConstEdgeMatchPtr edgeMatch,
     double score, ConstMatchThresholdPtr mt, double scoringFunctionMax,
     double scoringFunctionCurveMidpointX, double scoringFunctionCurveSteepness);
+  virtual ~NetworkMatch() = default;
 
   /**
    * Classifies the match and returns a classification object.
Clone this wiki locally