From 8f88244311b9eca6f2fe374072f7218726833f91 Mon Sep 17 00:00:00 2001 From: "thayes%netscape.com" Date: Wed, 14 Feb 2001 20:10:00 +0000 Subject: [PATCH] Change initialization of NSSDialog object --- security/manager/pki/src/nsPKIModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/manager/pki/src/nsPKIModule.cpp b/security/manager/pki/src/nsPKIModule.cpp index 756e154b2c1..0a03b534b93 100644 --- a/security/manager/pki/src/nsPKIModule.cpp +++ b/security/manager/pki/src/nsPKIModule.cpp @@ -26,7 +26,7 @@ #include "nsNSSDialogs.h" -NS_GENERIC_FACTORY_CONSTRUCTOR(nsNSSDialogs) +NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNSSDialogs, Init) static nsModuleComponentInfo components[] = {