Skip to content

v0.2.53..v0.2.54 changeset ToEnglishTranslationVisitor.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationVisitor.h
index 9ef6e2c..d7828e3 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationVisitor.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #ifndef TO_ENGLISH_TRANSLATION_VISITOR_H
@@ -43,8 +43,7 @@ namespace hoot
 /**
  * Translates selected tag values to English
  */
-class ToEnglishTranslationVisitor : public ElementVisitor, public Configurable,
-  public OperationStatusInfo
+class ToEnglishTranslationVisitor : public ElementVisitor, public Configurable
 {
 
 public:
@@ -71,6 +70,8 @@ public:
       QString::number(_numProcessedElements) + " different elements";
   }
 
+  virtual std::string getClassName() const { return className(); }
+
 protected:
 
   std::shared_ptr<ToEnglishTranslator> _translatorClient;
Clone this wiki locally