Bug 323010: nsSecretDecoderRing::SetWindow should be NS_IMETHODIMP, not nsresult, patch by Jeff Walden <jwalden@mit.edu>, r+sr=dveditz

This commit is contained in:
gavin%gavinsharp.com 2006-01-26 01:06:42 +00:00
parent d6716d939a
commit 8460174f41

View File

@ -362,7 +362,7 @@ LogoutAndTeardown()
}
/* void setWindow(in nsISupports w); */
nsresult nsSecretDecoderRing::
NS_IMETHODIMP nsSecretDecoderRing::
SetWindow(nsISupports *w)
{
return NS_OK;