mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
fix build bustage
This commit is contained in:
parent
74a2bd88d0
commit
b245f83cac
@ -29,7 +29,7 @@
|
||||
static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
|
||||
|
||||
nsMsgImapMailFolder::nsMsgImapMailFolder(const char* uri, nsString& name)
|
||||
: nsMsgFolder(uri, name)
|
||||
: nsMsgFolder(uri /*, name */)
|
||||
{
|
||||
mHaveReadNameFromDB = PR_FALSE;
|
||||
mPathName = nsnull;
|
||||
|
Loading…
Reference in New Issue
Block a user