mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 12:23:39 -04:00
removed ostream
This commit is contained in:
parent
29f0aa98ad
commit
d584e762ce
@ -120,7 +120,7 @@ inline void DocBookOutput::usage(CmdLineInterface& _cmd )
|
||||
std::cout << "</group>" << std::endl;
|
||||
}
|
||||
|
||||
for (ArgIterator it = argList.begin(); it != argList.end(); it++)
|
||||
for (ArgListIterator it = argList.begin(); it != argList.end(); it++)
|
||||
if ( !xorHandler.contains( (*it) ) )
|
||||
{
|
||||
std::string id = (*it)->shortID();
|
||||
|
Loading…
x
Reference in New Issue
Block a user