fix build bustage

This commit is contained in:
bzbarsky%mit.edu 2005-11-02 16:05:08 +00:00
parent aa34a67050
commit 2221342506

View File

@ -87,7 +87,7 @@ nsCOMArray_base::ReplaceObjectAt(nsISupports* aObject, PRInt32 aIndex)
{
// its ok if oldObject is null here
nsISupports *oldObject =
NS_REINTERPRET_CAST(nsISupports*, mArrray.SafeElementAt(aIndex));
NS_REINTERPRET_CAST(nsISupports*, mArray.SafeElementAt(aIndex));
PRBool result = mArray.ReplaceElementAt(aObject, aIndex);