From 462e8c47139d8d0c51952630dc7a1a7ed8de88c2 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 9 Aug 2000 01:17:19 +0000 Subject: [PATCH] oops, forgot this file with a checkin earlier today --- mailnews/base/build/nsMsgFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/build/nsMsgFactory.cpp b/mailnews/base/build/nsMsgFactory.cpp index 3c729345aee..cbce58e0488 100644 --- a/mailnews/base/build/nsMsgFactory.cpp +++ b/mailnews/base/build/nsMsgFactory.cpp @@ -97,7 +97,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgAccount) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgIdentity) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgFolderDataSource, Init) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgMessageDataSource, Init) -NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgAccountManagerDataSource) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgAccountManagerDataSource, Init) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgSearchSession) NS_GENERIC_FACTORY_CONSTRUCTOR(nsMsgSearchValidityManager) NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsMsgSearchDataSource,Init)