mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
fix a warning
r=pavlov
This commit is contained in:
parent
a4175fe8a8
commit
4efbfcbdfb
@ -362,8 +362,8 @@ net_pop3_free_state(Pop3UidlHost* host)
|
||||
// nsPop3Protocol class implementation
|
||||
|
||||
nsPop3Protocol::nsPop3Protocol(nsIURI* aURL)
|
||||
: nsMsgLineBuffer(NULL, PR_FALSE),
|
||||
nsMsgProtocol(aURL, aURL)
|
||||
: nsMsgProtocol(aURL, aURL),
|
||||
nsMsgLineBuffer(NULL, PR_FALSE)
|
||||
{
|
||||
SetLookingForCRLF(MSG_LINEBREAK_LEN == 2);
|
||||
Initialize(aURL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user