Bug 1417995 - Fix compile warning in nsAbOutlookDirectory.cpp. rs=bustage-fix
This commit is contained in:
Родитель
93be3488e0
Коммит
dcab44cb1b
|
@ -31,9 +31,11 @@ static mozilla::LazyLogModule gAbOutlookDirectoryLog("nsAbOutlookDirectoryLog");
|
|||
#define PRINTF(args) MOZ_LOG(gAbOutlookDirectoryLog, mozilla::LogLevel::Debug, args)
|
||||
|
||||
nsAbOutlookDirectory::nsAbOutlookDirectory(void)
|
||||
: nsAbDirProperty(),
|
||||
mCurrentQueryId(0), mSearchContext(-1),
|
||||
mAbWinType(nsAbWinType_Unknown), mMapiData(nullptr)
|
||||
: nsAbDirProperty()
|
||||
, mMapiData(nullptr)
|
||||
, mCurrentQueryId(0)
|
||||
, mSearchContext(-1)
|
||||
, mAbWinType(nsAbWinType_Unknown)
|
||||
{
|
||||
mMapiData = new nsMapiEntry ;
|
||||
mProtector = PR_NewLock() ;
|
||||
|
|
Загрузка…
Ссылка в новой задаче