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

COMP: fix compilation on windows

parent 76f63efc
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@
#include "otbQtLogOutput.h"
int otbQtLogOutputNew(int /*argc*/, char** /*argv[]*/)
int otbQtLogOutputNew(int /*argc*/, char* /*argv*/ [])
{
otb::QtLogOutput::Pointer log = otb::QtLogOutput::New();
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment