Change Play from a nsIFileSpec to a nsIURL so it would compile

r=kedl
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-12-06 16:01:25 +00:00
parent 85012ab550
commit 1e4e38bfc3

View File

@ -72,7 +72,7 @@ NS_METHOD nsSound::Beep()
return NS_OK; 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")); PR_LOG(PhWidLog, PR_LOG_DEBUG, ("nsSound::Play - Not Implemented\n"));
NS_NOTYETIMPLEMENTED("nsSound::Play"); NS_NOTYETIMPLEMENTED("nsSound::Play");