removed ostream

This commit is contained in:
mes5k 2004-12-01 03:10:40 +00:00
parent 29f0aa98ad
commit d584e762ce

View File

@ -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();