Skip to content

v0.2.55..v0.2.56 changeset ChangesetDeriveCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
index 4e68cdf..85725dd 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
@@ -50,7 +50,7 @@ public:
 
   static std::string className() { return "hoot::ChangesetDeriveCmd"; }
 
-  ChangesetDeriveCmd() {}
+  ChangesetDeriveCmd() = default;
 
   virtual QString getName() const override { return "changeset-derive"; }
 
Clone this wiki locally