We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"; }