Attempt to fix nebiros (Sun WorkShop 5.0) bustage by changing NULL to nsnull. r=scc (Fix suggested by scc.)

git-svn-id: svn://10.0.0.236/trunk@77616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-08-30 12:32:13 +00:00
parent 74cd27348e
commit b294071a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ public:
extern NS_COM nsresult
NS_NewGenericFactory(nsIGenericFactory* *result,
nsIGenericFactory::ConstructorProcPtr constructor,
nsIGenericFactory::DestructorProcPtr destructor = NULL);
nsIGenericFactory::DestructorProcPtr destructor = nsnull);
////////////////////////////////////////////////////////////////////////////////
// Generic Modules

View File

@@ -63,7 +63,7 @@ public:
extern NS_COM nsresult
NS_NewGenericFactory(nsIGenericFactory* *result,
nsIGenericFactory::ConstructorProcPtr constructor,
nsIGenericFactory::DestructorProcPtr destructor = NULL);
nsIGenericFactory::DestructorProcPtr destructor = nsnull);
////////////////////////////////////////////////////////////////////////////////
// Generic Modules