#45797 - fix consumers of NS_IMPL_ISUPPORTS

r=dveditz a=self


git-svn-id: svn://10.0.0.236/trunk@82723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-11-17 03:45:13 +00:00
parent 13743894ed
commit 63a1f09a5d
30 changed files with 32 additions and 32 deletions

View File

@@ -48,7 +48,7 @@
////////////////////////////////////////////////////////////
// nsISupports methods
NS_IMPL_THREADSAFE_ISUPPORTS(nsStreamConverterService, NS_GET_IID(nsIStreamConverterService));
NS_IMPL_THREADSAFE_ISUPPORTS1(nsStreamConverterService, nsIStreamConverterService);
////////////////////////////////////////////////////////////