Skip to content

v0.2.47..v0.2.48 changeset TagDistributionCmd.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
index a30e520..abe6344 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // Hoot
@@ -41,12 +41,12 @@ public:
 
   TagDistributionCmd() {}
 
-  virtual QString getName() const { return "tag-distribution"; }
+  virtual QString getName() const override { return "tag-distribution"; }
 
-  virtual QString getDescription() const
+  virtual QString getDescription() const override
   { return "Calculates the distribution of values for specified tags in a map"; }
 
-  virtual int runSimple(QStringList args)
+  virtual int runSimple(QStringList& args) override
   {
     bool nameKeysOnly = false;
     if (args.contains("--names"))
Clone this wiki locally