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:
@@ -362,7 +362,7 @@ LogoutAndTeardown()
|
||||
}
|
||||
|
||||
/* void setWindow(in nsISupports w); */
|
||||
nsresult nsSecretDecoderRing::
|
||||
NS_IMETHODIMP nsSecretDecoderRing::
|
||||
SetWindow(nsISupports *w)
|
||||
{
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user