COMP: attempt to fix more 'hidden by' warnings.

This commit is contained in:
Dave Partyka 2009-08-06 19:01:13 -04:00
parent f33bcd6c50
commit 9e7a3d7ece

View File

@ -3336,7 +3336,7 @@ SystemTools
while(first != last)
{
result.append("/");
result.append(*first++);
result.append((*first++));
}
// Return the concatenated result.