Skip to content

v0.2.55..v0.2.56 changeset CookieCutCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/CookieCutCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/CookieCutCmd.cpp
index bad650b..2ae430d 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/CookieCutCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/CookieCutCmd.cpp
@@ -50,7 +50,7 @@ public:
 
   static string className() { return "hoot::CookieCutCmd"; }
 
-  CookieCutCmd() {}
+  CookieCutCmd() = default;
 
   virtual QString getName() const override { return "cookie-cut"; }
 
Clone this wiki locally