mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 12:49:08 -04:00
fixed a warning in MSVC++
This commit is contained in:
parent
c22fcbad64
commit
1064a196d1
@ -120,7 +120,7 @@ void CmdLine::_shortUsage( ostream& os )
|
|||||||
if ( !_xorHandler.contains( (*it) ) )
|
if ( !_xorHandler.contains( (*it) ) )
|
||||||
s += " " + (*it)->shortID();
|
s += " " + (*it)->shortID();
|
||||||
|
|
||||||
spacePrint( os, s, 75, 3, _progName.length() + 2 );
|
spacePrint( os, s, 75, 3, (int)(_progName.length()) + 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
void CmdLine::_longUsage( ostream& os )
|
void CmdLine::_longUsage( ostream& os )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user