v0.2.55..v0.2.56 changeset InfoCmd.cpp - ngageoint/hootenanny GitHub Wiki
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
index 0b80d04..c92ef1f 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
@@ -52,7 +52,7 @@ public:
static std::string className() { return "hoot::InfoCmd"; }
- InfoCmd() {}
+ InfoCmd() = default;
virtual QString getName() const override { return "info"; }