Skip to content

v0.2.47..v0.2.48 changeset IsSortedCmd.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/IsSortedCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/IsSortedCmd.cpp
index 5a93a76..a711478 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/IsSortedCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/IsSortedCmd.cpp
@@ -47,12 +47,12 @@ public:
 
   IsSortedCmd() {}
 
-  virtual QString getName() const { return "is-sorted"; }
+  virtual QString getName() const override { return "is-sorted"; }
 
-  virtual QString getDescription() const
+  virtual QString getDescription() const override
   { return "Determines if a map is sorted to the OSM standard"; }
 
-  int runSimple(QStringList args)
+  virtual int runSimple(QStringList& args) override
   {
     if (args.size() != 1)
     {
Clone this wiki locally