e32tools/elf2e32/source/parametermanager.cpp
changeset 6 787612182dd0
parent 2 39c28ec933dd
child 11 d610106f78c9
equal deleted inserted replaced
5:301c3edbdaa1 6:787612182dd0
   645 			parser(this, (char *)aName.c_str(), optval, aDesc);
   645 			parser(this, (char *)aName.c_str(), optval, aDesc);
   646 			parser = (ParserFn)aHelpDesc->iParser ;
   646 			parser = (ParserFn)aHelpDesc->iParser ;
   647 			parser(this, "help", 0, 0);
   647 			parser(this, "help", 0, 0);
   648 		}
   648 		}
   649 
   649 
   650 		parser(this, const_cast<char*>(aName.c_str()), optval, aDesc);
   650 		parser(this, aName.c_str(), optval, aDesc);
   651 	}
   651 	}
   652 }
   652 }
   653 
   653 
   654 /**
   654 /**
   655 This function extracts the path
   655 This function extracts the path