Try to fix bustage by casting through PRUint16

This commit is contained in:
sicking%bigfoot.com 2004-03-04 03:00:25 +00:00
Родитель 87881e8caf
Коммит 4b746fc4ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -87,7 +87,7 @@ nsAttrValue::Type() const
}
default:
{
return NS_STATIC_CAST(ValueType, BaseType());
return NS_STATIC_CAST(ValueType, NS_STATIC_CAST(PRUint16, BaseType()));
}
}
}