Skip to content

v0.2.47..v0.2.48 changeset CountCmd.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp
index 95899fc..a8e2097 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp
@@ -56,12 +56,12 @@ public:
   {
   }
 
-  virtual QString getName() const { return "count"; }
+  virtual QString getName() const override { return "count"; }
 
-  virtual QString getDescription() const
+  virtual QString getDescription() const override
   { return "Counts the number of features in a map that meet specified criteria"; }
 
-  virtual int runSimple(QStringList args)
+  virtual int runSimple(QStringList& args) override
   {
     if (args.size() < 1 || args.size() > 3)
     {
Clone this wiki locally