mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Change Play from a nsIFileSpec to a nsIURL so it would compile
r=kedl
This commit is contained in:
parent
85012ab550
commit
1e4e38bfc3
@ -72,7 +72,7 @@ NS_METHOD nsSound::Beep()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_METHOD nsSound::Play(nsIFileSpec *filespec)
|
||||
NS_METHOD nsSound::Play(nsIURI *aURI)
|
||||
{
|
||||
PR_LOG(PhWidLog, PR_LOG_DEBUG, ("nsSound::Play - Not Implemented\n"));
|
||||
NS_NOTYETIMPLEMENTED("nsSound::Play");
|
||||
|
Loading…
Reference in New Issue
Block a user