Skip to content

v0.2.53..v0.2.54 changeset MultiaryMatchTrainingValidator.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.h b/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.h
index 6675e2d..680a22b 100644
--- a/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.h
+++ b/hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef MULTIARYMATCHTRAININGVALIDATOR_H
 #define MULTIARYMATCHTRAININGVALIDATOR_H
@@ -36,6 +36,9 @@ namespace hoot
 class MultiaryMatchTrainingValidator : public OsmMapOperation
 {
 public:
+
+  static std::string className() { return "hoot::AddressCountVisitor"; }
+
   MultiaryMatchTrainingValidator();
 
   /**
@@ -44,6 +47,8 @@ public:
   virtual void apply(std::shared_ptr<OsmMap>& map) override;
 
   virtual QString getDescription() const override { return "TODO"; }
+
+  virtual std::string getClassName() const { return className(); }
 };
 
 }
Clone this wiki locally