attempt to fix linux build bustage

This commit is contained in:
bienvenu%nventure.com 2004-02-02 18:55:25 +00:00
Родитель 9f5a425a25
Коммит 73d537ba4a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1299,7 +1299,7 @@ NS_IMETHODIMP nsImapMailFolder::EmptyTrash(nsIMsgWindow *aMsgWindow,
promptService = do_GetService("@mozilla.org/embedcomp/prompt-service;1");
nsCOMPtr<nsIDocShell> docShell;
(void) aMsgWindow->GetRootDocShell(getter_AddRefs(docShell));
parentWindow = do_GetInterface(docShell);
parentWindow = do_QueryInterface(docShell);
rv = IMAPGetStringBundle(getter_AddRefs(bundle));
NS_ENSURE_SUCCESS(rv, rv);
}