This commit is contained in:
waterson%netscape.com 2001-08-07 06:27:42 +00:00
Родитель 15c17672e2
Коммит 67627ecc3a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -349,7 +349,7 @@ nsVoidArray::SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const
}
}
inline void* nsVoidArray::ElementAt(PRInt32 aIndex) const
void* nsVoidArray::ElementAt(PRInt32 aIndex) const
{
if (aIndex < 0 || aIndex >= Count())
{