Skip to content

v0.2.49..v0.2.50 changeset ElementVisitorInputStream.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h b/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h
index 5e1abc6..761f84c 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h
@@ -71,6 +71,8 @@ public:
    */
   virtual ElementPtr readNextElement();
 
+  ElementVisitorPtr getVisitor() const { return _visitor; }
+
 private:
 
   ElementInputStreamPtr _elementSource;
Clone this wiki locally