fix for #45797 - fix NS_IMPL_ISUPPORTS consumers

r=dveditz a=self
This commit is contained in:
alecf@netscape.com
2000-11-17 03:41:41 +00:00
parent 972ac4d868
commit 5829168abd
10 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@
#include "nsConsoleService.h"
#include "nsConsoleMessage.h"
NS_IMPL_THREADSAFE_ISUPPORTS(nsConsoleService, NS_GET_IID(nsIConsoleService));
NS_IMPL_THREADSAFE_ISUPPORTS1(nsConsoleService, nsIConsoleService);
nsConsoleService::nsConsoleService()
: mCurrent(0), mFull(PR_FALSE), mListening(PR_FALSE), mLock(nsnull)