v0.2.51..v0.2.52 changeset OgrReader.cpp - ngageoint/hootenanny GitHub Wiki
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OgrReader.cpp b/hoot-core/src/main/cpp/hoot/core/io/OgrReader.cpp
index 04ff1e9..85f9af0 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OgrReader.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/OgrReader.cpp
@@ -224,6 +224,9 @@ public:
delete _d;
}
+ // not implemented
+ virtual void resetIterator() {}
+
protected:
virtual void _next()