diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/DbListMapsCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/DbListMapsCmd.cpp
index 2a50a96..b0839eb 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/DbListMapsCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/DbListMapsCmd.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// Hoot
@@ -39,7 +39,7 @@ public:
static std::string className() { return "hoot::DbListMapsCmd"; }
- DbListMapsCmd() {}
+ DbListMapsCmd() = default;
virtual QString getName() const override { return "db-list-maps"; }