mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
if you want a pointer to characters, you're going to have to |.get()| it
This commit is contained in:
parent
b3aaba449f
commit
611710ba3b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user