Changed "uint" to "unsigned int".

This commit is contained in:
henry
2008-12-29 12:24:38 +00:00
parent 499d0b4f0e
commit 5381d742bf

View File

@ -66,7 +66,7 @@ Istream& operator>>(Istream& is, unsigned int& i)
if (t.isLabel())
{
i = uint(t.labelToken());
i = (unsigned int)(t.labelToken());
}
else
{