diff --git a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
index d51b578..97e5091 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
@@ -141,8 +141,7 @@ private:
// If specific columns were specified for export to a shape file, then this is called.
void _exportToShapeWithCols(const QString& output, const QStringList& cols, const OsmMapPtr& map);
- void _fillElementCache(const QString& inputUrl,
- ElementCachePtr cachePtr,
+ void _fillElementCache(const QString& inputUrl, ElementCachePtr cachePtr,
QQueue<ElementPtr>& workQ);
// _convertToOgr will call this to run the translator in a separate thread for a performance
// increase if certain pre-conditions are met.
@@ -158,6 +157,8 @@ private:
QStringList _getOgrLayersFromPath(OgrReader& reader, QString& input);
bool _shapeFileColumnsSpecified() { return !_shapeFileColumns.isEmpty(); }
+
+ void _setFromOgrOptions();
};
}