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

BUG: replace 'char ** argv' by 'char * argv[]'

parent 418bec06
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@
#include "otbCommandLineArgumentParser.h"
#include "otbCommandProgressUpdate.h"
int otbStationaryFilterBank( int argc, char ** argv )
int otbStationaryFilterBank( int argc, char * argv[] )
{
typedef otb::CommandLineArgumentParser ParserType;
ParserType::Pointer parser = ParserType::New();
......
......@@ -35,7 +35,7 @@
#include "otbCommandLineArgumentParser.h"
#include "otbCommandProgressUpdate.h"
int otbWaveletPacketTransform( int argc, char ** argv )
int otbWaveletPacketTransform( int argc, char * argv[] )
{
typedef otb::CommandLineArgumentParser ParserType;
ParserType::Pointer parser = ParserType::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment