Skip to content

v0.2.55..v0.2.56 changeset Match.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.h b/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.h
index 0f8a490..7d0ac8d 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.h
@@ -59,8 +59,8 @@ public:
 
   static std::string className() { return "hoot::Match"; }
 
-  Match();
-  virtual ~Match();
+  Match() = default;
+  virtual ~Match() = default;
 
   virtual QString explain() const;
   virtual void setExplain(const QString& /*explainText*/){ }
Clone this wiki locally