Make cocoa's nsSound implementation implement all needed interfaces. bug 444113, r=josh sr=roc

This commit is contained in:
Blake Kaplan 2008-07-14 15:04:24 +02:00
parent a2ba7d589b
commit 9203ce420a

View File

@ -46,7 +46,7 @@
#import <Cocoa/Cocoa.h>
NS_IMPL_ISUPPORTS1(nsSound, nsISound)
NS_IMPL_ISUPPORTS2(nsSound, nsISound, nsIStreamLoaderObserver)
nsSound::nsSound()
{