Use nsISupports.

This commit is contained in:
putterman%netscape.com 1999-08-20 22:47:55 +00:00
parent d6ca496860
commit ce0f3e0ba2

View File

@ -637,7 +637,7 @@ NS_IMETHODIMP nsMsgFolder::PropagateDelete(nsIMsgFolder *folder, PRBool deleteSt
{
//Remove from list of subfolders.
mSubFolders->RemoveElement(child);
mSubFolders->RemoveElement(supports);
//Remove self as parent
child->SetParent(nsnull);
nsCOMPtr<nsISupports> childSupports(do_QueryInterface(child));