Skip to content

v0.2.55..v0.2.56 changeset CropRandomCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
index 0992fa7..8423cab 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
@@ -49,7 +49,7 @@ public:
 
   static std::string className() { return "hoot::CropRandomCmd"; }
 
-  CropRandomCmd() {}
+  CropRandomCmd() = default;
 
   virtual QString getName() const override { return "crop-random"; }
 
Clone this wiki locally