Make nsISupportsVoid implement threadsafe_isupports

git-svn-id: svn://10.0.0.236/trunk@70199 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ruslan%netscape.com
2000-05-17 00:13:59 +00:00
parent cf12a14aac
commit b02cdb4f40

View File

@@ -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)