Fix calling verifyArgs()

This commit is contained in:
Martchus 2018-03-11 14:31:10 +01:00
parent 6249db3b09
commit 55649d750a
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ void ArgumentParser::parseArgsExt(int argc, const char *const *argv, ParseArgume
*/
void ArgumentParser::readArgs(int argc, const char *const *argv)
{
IF_DEBUG_BUILD(verifyArgs(m_mainArgs, std::vector<char>(), std::vector<const char *>());)
IF_DEBUG_BUILD(verifyArgs(m_mainArgs);)
m_actualArgc = 0;
// the first argument is the executable name