Skip to content
Snippets Groups Projects
Commit aad1d78b authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: fix segfault in SHPVectorDataIO (prTvVectorDataProjectionFilterPolygons):...

BUG: fix segfault in SHPVectorDataIO (prTvVectorDataProjectionFilterPolygons): don't give pointer to classes expecting smart pointer
parent d5966d0f
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ SHPVectorDataIO<TData>
documentPtr->AddChild(folderPtr);
// A pointer to the current multi-geometry
InternalTreeNodeType * multiPtr;
typename InternalTreeNodeType::Pointer multiPtr;
/** Temporary geometry container */
OGRGeometry * geometry = feature->GetGeometryRef();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment