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

git-svn-id: svn://10.0.0.236/trunk@188197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-01-26 01:06:42 +00:00
parent 78c2fa7837
commit 44e1ab3582

View File

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