COMP: attempt to fix more 'hidden by' warnings.
This commit is contained in:
parent
f33bcd6c50
commit
9e7a3d7ece
|
@ -3336,7 +3336,7 @@ SystemTools
|
||||||
while(first != last)
|
while(first != last)
|
||||||
{
|
{
|
||||||
result.append("/");
|
result.append("/");
|
||||||
result.append(*first++);
|
result.append((*first++));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return the concatenated result.
|
// Return the concatenated result.
|
||||||
|
|
Loading…
Reference in New Issue