From 44e1ab3582df0ed26f33f1995ad9b01ac79a394f Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Thu, 26 Jan 2006 01:06:42 +0000 Subject: [PATCH] Bug 323010: nsSecretDecoderRing::SetWindow should be NS_IMETHODIMP, not nsresult, patch by Jeff Walden , r+sr=dveditz git-svn-id: svn://10.0.0.236/trunk@188197 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/manager/ssl/src/nsSDR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/manager/ssl/src/nsSDR.cpp b/mozilla/security/manager/ssl/src/nsSDR.cpp index 1eb1147460c..b75ff83c288 100644 --- a/mozilla/security/manager/ssl/src/nsSDR.cpp +++ b/mozilla/security/manager/ssl/src/nsSDR.cpp @@ -362,7 +362,7 @@ LogoutAndTeardown() } /* void setWindow(in nsISupports w); */ -nsresult nsSecretDecoderRing:: +NS_IMETHODIMP nsSecretDecoderRing:: SetWindow(nsISupports *w) { return NS_OK;