Skip to content

v0.2.55..v0.2.56 changeset BuildModelCmd.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
index b5639e9..d8bba4c 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
@@ -44,7 +44,7 @@ public:
 
   static std::string className() { return "hoot::BuildModelCmd"; }
 
-  BuildModelCmd() { }
+  BuildModelCmd() = default;
 
   virtual QString getName() const override { return "build-model"; }
 
Clone this wiki locally