Skip to content

v0.2.55..v0.2.56 changeset MatchCreator.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
index 5838f2a..b7d8ce7 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
@@ -50,7 +50,8 @@ public:
 
   static std::string className() { return "hoot::MatchCreator"; }
 
-  virtual ~MatchCreator() {}
+  MatchCreator() = default;
+  virtual ~MatchCreator() = default;
 
   /**
    * Given two elements, create a match if it is appropriate. If it is not appropriate then return
Clone this wiki locally