Skip to content

v0.2.53..v0.2.54 changeset CopyMapSubsetOp.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h b/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
index b1523d8..ebd8869 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
@@ -65,6 +65,8 @@ public:
 
   std::set<ElementId>& getEidsCopied() { return _eidsCopied; }
 
+  virtual std::string getClassName() const { return className(); }
+
 private:
 
   std::set<ElementId> _eids;
Clone this wiki locally