From 1ae87d9257e17f591584d50289a339e64926477b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 28 Jan 2008 20:37:51 +0000 Subject: Fix compilation error with gcc4.3. Patch by Sebastien Bacher, bug #512027. svn path=/trunk/; revision=7896 --- embed/mozilla/EphyBrowser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla/EphyBrowser.h') diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 57cec5ad6..75ad0e8c9 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -187,7 +187,7 @@ public: nsresult LoadURI(const char *aURI, PRUint32 aLoadFlags = nsIWebNavigation::LOAD_FLAGS_NONE, - nsIURI *aURI = nsnull); + nsIURI *aReferrer = nsnull); EphyEmbedDocumentType GetDocumentType (); -- cgit v1.2.3