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

BUG: reactivate the KMLVectorDataIOFactory

parent 59953edf
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ VectorDataIOFactory<TData>
if ( firstTime )
{
itk::ObjectFactoryBase::RegisterFactory( OGRVectorDataIOFactory<TData>::New() );
// itk::ObjectFactoryBase::RegisterFactory( KMLVectorDataIOFactory<TData>::New() );
itk::ObjectFactoryBase::RegisterFactory( KMLVectorDataIOFactory<TData>::New() );
firstTime = false;
}
}
......
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