Added back a initializer which I missed in last merge

This commit is contained in:
sudu%netscape.com 1998-09-21 21:01:16 +00:00
parent d16a068721
commit a37647efca

View File

@ -105,7 +105,7 @@ nsresult fromNPError[] = {
nsPluginManager* thePluginManager = NULL;
nsPluginManager::nsPluginManager(nsISupports* outer)
: fJVMMgr(NULL), fMalloc(NULL), fAllocatedMenuIDs(NULL), fCapsManager(NULL), fLiveconnect(NULL)
: fJVMMgr(NULL), fMalloc(NULL), fFileUtils(NULL), fAllocatedMenuIDs(NULL), fCapsManager(NULL), fLiveconnect(NULL)
{
NS_INIT_AGGREGATED(outer);
}