if you want a pointer to characters, you're going to have to |.get()| it

This commit is contained in:
scc%mozilla.org 2000-09-13 08:59:22 +00:00
parent b3aaba449f
commit 611710ba3b

View File

@ -3976,7 +3976,7 @@ nsImapProtocol::AlertUserEvent(const char * message)
{
nsCOMPtr<nsIMsgWindow> msgWindow;
GetMsgWindow(getter_AddRefs(msgWindow));
m_imapServerSink->FEAlert(NS_ConvertASCIItoUCS2(message), msgWindow);
m_imapServerSink->FEAlert(NS_ConvertASCIItoUCS2(message).get(), msgWindow);
}
}