Kaydet (Commit) cf60daaf authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS forscope (1.1.152); FILE MERGED

2004/06/18 14:18:01 obo 1.1.152.1: #i30457# forScope and RTTI
üst c9f8ab05
...@@ -100,8 +100,8 @@ StringListPtr_t CommandLine::GetArgumentNames() const ...@@ -100,8 +100,8 @@ StringListPtr_t CommandLine::GetArgumentNames() const
std::string CommandLine::GetArgument(const std::string& ArgumentName) const std::string CommandLine::GetArgument(const std::string& ArgumentName) const
{ {
std::string arg_value; std::string arg_value;
size_t i;
for (size_t i = 0; i < m_argc; i++) for ( i = 0; i < m_argc; i++)
{ {
std::string arg = m_argv[i]; std::string arg = m_argv[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment