Skip to content

v0.2.53..v0.2.54 changeset RefRemoveOp.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.cpp
index 1eb85fc..c58d961 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "RefRemoveOp.h"
 
@@ -58,6 +58,7 @@ public:
   }
 
   virtual QString getDescription() const { return ""; }
+  virtual std::string getClassName() const { return ""; }
 
 private:
 
@@ -81,6 +82,7 @@ public:
   }
 
   virtual QString getDescription() const { return "Randomly removes elements from a map"; }
+  virtual std::string getClassName() const { return ""; }
 
 private:
 
@@ -108,6 +110,7 @@ public:
   }
 
   virtual QString getDescription() const { return ""; }
+  virtual std::string getClassName() const { return ""; }
 
   virtual void visit(const std::shared_ptr<Element>& e)
   {
Clone this wiki locally