From edeed1b17db6c41601195a433898d4752628708d Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Thu, 10 Apr 2003 14:01:03 +0000 Subject: [PATCH] win32 bustage-fix for bug 200709 --- xpcom/build/dlldeps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/build/dlldeps.cpp b/xpcom/build/dlldeps.cpp index 5f2c737220f0..266b4571d235 100644 --- a/xpcom/build/dlldeps.cpp +++ b/xpcom/build/dlldeps.cpp @@ -111,7 +111,7 @@ void XXXNeverCalled() NS_NewOutputStreamReadyEvent(NULL, NULL, NULL); NS_AsyncCopy(NULL, NULL, PR_TRUE, PR_TRUE, 0, 0, NULL); PL_DHashStubEnumRemove(nsnull, nsnull, nsnull, nsnull); - nsIDHashKey::HashKey(nsID()); + nsIDHashKey::HashKey(&nsID()); nsFixedSizeAllocator a; nsRecyclingAllocator recyclingAllocator(2); a.Init(0, 0, 0, 0, 0);