Skip to content

v0.2.55..v0.2.56 changeset CumulativeConflateCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CumulativeConflateCmd.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CumulativeConflateCmd.cpp
index d6413d5..4f1ee52 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CumulativeConflateCmd.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CumulativeConflateCmd.cpp
@@ -46,7 +46,7 @@ public:
 
   static string className() { return "hoot::ConflateCumulativeCmd"; }
 
-  ConflateCumulativeCmd() { }
+  ConflateCumulativeCmd() = default;
 
   virtual QString getName() const override { return "conflate-cumulative"; }
 
Clone this wiki locally