Skip to content
Snippets Groups Projects
Commit 6ea1b2e1 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: msvc does not support 'char** argv'

parent afcbe60a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/*===========================================================================*/ /*===========================================================================*/
/*==============================[ other stuff ]==============================*/ /*==============================[ other stuff ]==============================*/
/*===========================================================================*/ /*===========================================================================*/
int otbGeometriesProjectionFilterFromMapToGeo(int argc, char **argv) int otbGeometriesProjectionFilterFromMapToGeo(int argc, char* argv[])
{ {
if (argc < 2) if (argc < 2)
{ {
......
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