diff --git a/mailnews/local/src/nsPop3Protocol.cpp b/mailnews/local/src/nsPop3Protocol.cpp index 25f2efb93156..044865596eac 100644 --- a/mailnews/local/src/nsPop3Protocol.cpp +++ b/mailnews/local/src/nsPop3Protocol.cpp @@ -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);