From e6803347f5a26c3d71bcafa6912bc7560b404f2c Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 18 Nov 1999 20:47:57 +0000 Subject: [PATCH] Removing const to match IDL spec, fixes Solaris/CC. r=mscott git-svn-id: svn://10.0.0.236/trunk@53904 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/uriloader/base/nsURILoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/uriloader/base/nsURILoader.cpp b/mozilla/uriloader/base/nsURILoader.cpp index b0b37cd4fb8..3d8aedcd611 100644 --- a/mozilla/uriloader/base/nsURILoader.cpp +++ b/mozilla/uriloader/base/nsURILoader.cpp @@ -334,7 +334,7 @@ NS_IMETHODIMP nsURILoader::OpenURIVia(nsIURI *aURI, nsIURI *aReferringURI, nsISupports *aOpenContext, nsISupports **aCurrentOpenContext, - const PRUint32 aLocalIP) + PRUint32 aLocalIP) { // we need to create a DocumentOpenInfo object which will go ahead and open the url // and discover the content type....