From 6ea1b2e153ef92e59a281b3694e22043735251cf Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Sat, 23 Jun 2012 09:15:59 +0200 Subject: [PATCH] COMP: msvc does not support 'char** argv' --- .../Projections/otbGeometriesProjectionFilterFromMapToGeo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Projections/otbGeometriesProjectionFilterFromMapToGeo.cxx b/Testing/Code/Projections/otbGeometriesProjectionFilterFromMapToGeo.cxx index a25c45224b..222961511f 100644 --- a/Testing/Code/Projections/otbGeometriesProjectionFilterFromMapToGeo.cxx +++ b/Testing/Code/Projections/otbGeometriesProjectionFilterFromMapToGeo.cxx @@ -27,7 +27,7 @@ /*===========================================================================*/ /*==============================[ other stuff ]==============================*/ /*===========================================================================*/ -int otbGeometriesProjectionFilterFromMapToGeo(int argc, char **argv) +int otbGeometriesProjectionFilterFromMapToGeo(int argc, char* argv[]) { if (argc < 2) { -- GitLab