|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|

git-svn-id: svn://10.0.0.236/trunk@37444 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-06-29 21:01:31 +00:00
parent 57e3089ae3
commit a2d0be4d64
66 changed files with 102 additions and 102 deletions

View File

@@ -74,7 +74,7 @@ void EventQueueStack::SetNext(EventQueueStack* aStack)
////////////////////////////////////////////////////////////////////////////////
/* nsISupports interface implementation... */
NS_IMPL_ISUPPORTS(EventQueueEntry,nsISupports::GetIID());
NS_IMPL_ISUPPORTS(EventQueueEntry,nsCOMTypeInfo<nsISupports>::GetIID());
EventQueueEntry::EventQueueEntry()
{