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