Semantics of NS_IMPL_THREADSAFE_ISUPPORTS* changed.

Fixing beos tinderbox bustage
This commit is contained in:
cls%seawood.org 2001-09-27 15:39:33 +00:00
parent 3a63e824ea
commit e895382372

View File

@ -418,7 +418,7 @@ nsresult nsTimerBeOS::Init(PRUint32 aDelay, PRUint32 aType)
return NS_OK;
}
NS_IMPL_THREADSAFE_ISUPPORTS(nsTimerBeOS, kITimerIID);
NS_IMPL_THREADSAFE_ISUPPORTS1(nsTimerBeOS, nsITimer);
void nsTimerBeOS::Cancel()