From b02cdb4f40863d278fee12dc1bbe5d2c8e3dbcea Mon Sep 17 00:00:00 2001 From: "ruslan%netscape.com" Date: Wed, 17 May 2000 00:13:59 +0000 Subject: [PATCH] Make nsISupportsVoid implement threadsafe_isupports git-svn-id: svn://10.0.0.236/trunk@70199 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/nsSupportsPrimitives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/ds/nsSupportsPrimitives.cpp b/mozilla/xpcom/ds/nsSupportsPrimitives.cpp index cb5ed2e8bc9..5199e205997 100644 --- a/mozilla/xpcom/ds/nsSupportsPrimitives.cpp +++ b/mozilla/xpcom/ds/nsSupportsPrimitives.cpp @@ -809,7 +809,7 @@ NS_IMETHODIMP nsSupportsDoubleImpl::ToString(char **_retval) /***************************************************************************/ -NS_IMPL_ISUPPORTS1(nsSupportsVoidImpl, nsISupportsVoid) +NS_IMPL_THREADSAFE_ISUPPORTS1(nsSupportsVoidImpl, nsISupportsVoid) nsSupportsVoidImpl::nsSupportsVoidImpl() : mData(nsnull)