From d584e762cef629ee89b0d9b0f43d2d459979c822 Mon Sep 17 00:00:00 2001 From: mes5k Date: Wed, 1 Dec 2004 03:10:40 +0000 Subject: [PATCH] removed ostream --- include/tclap/DocBookOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tclap/DocBookOutput.h b/include/tclap/DocBookOutput.h index b925091..5a4e4e6 100644 --- a/include/tclap/DocBookOutput.h +++ b/include/tclap/DocBookOutput.h @@ -120,7 +120,7 @@ inline void DocBookOutput::usage(CmdLineInterface& _cmd ) std::cout << "" << 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();