Skip to content

v0.2.47..v0.2.48 changeset BuildModelCmd.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
index e6b9f9b..a3f514a 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // Hoot
@@ -43,12 +43,12 @@ public:
 
   BuildModelCmd() { }
 
-  virtual QString getName() const { return "build-model"; }
+  virtual QString getName() const override { return "build-model"; }
 
-  virtual QString getDescription() const
+  virtual QString getDescription() const override
   { return "Creates a random forest model for conflation"; }
 
-  virtual int runSimple(QStringList args)
+  virtual int runSimple(QStringList& args) override
   {
     // This argument is only valid when converting to .rf from training data.
     bool exportArffOnly = false;
Clone this wiki locally