Removing const to match IDL spec, fixes Solaris/CC. r=mscott

This commit is contained in:
mcafee%netscape.com 1999-11-18 20:47:57 +00:00
Родитель a36e71d42e
Коммит 64776b897b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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....