diff --git a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx index a09c6dc959f71075ac888fcb20f9d1bca968d74f..5c53e4ce0a56138db5c5f7a3cd780c018ba943ad 100644 --- a/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx +++ b/Code/Wrappers/CommandLine/otbWrapperCommandLineParser.cxx @@ -31,7 +31,9 @@ namespace otb namespace Wrapper { - CommandLineParser::CommandLineParser() : m_ModuleNameKey("--moduleName"), m_ModulePathKey("--modulePath") +CommandLineParser::CommandLineParser() : + m_ModuleNameKey("--moduleName"), + m_ModulePathKey("--modulePath") { }