From ae7169a0461f1df6c4cf77f47e59fa4d0cec721e Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Thu, 8 Dec 2011 16:24:11 +0100
Subject: [PATCH] COMP: fix compilation on windows

---
 Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx b/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
index 0d1665f8b8..4f6171effd 100644
--- a/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
+++ b/Testing/Code/Wrappers/Qt/otbQtLogOutputTests.cxx
@@ -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;
-- 
GitLab