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 +- embed/mozilla/mozilla-x509-cert.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/mozilla') 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 (); diff --git a/embed/mozilla/mozilla-x509-cert.h b/embed/mozilla/mozilla-x509-cert.h index 9bb61d216..1efbdc7d1 100644 --- a/embed/mozilla/mozilla-x509-cert.h +++ b/embed/mozilla/mozilla-x509-cert.h @@ -56,7 +56,7 @@ GType mozilla_x509_cert_get_type (void); MozillaX509Cert *mozilla_x509_cert_new (nsIX509Cert *aMozCert); -nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **cert); +nsresult mozilla_x509_cert_get_mozilla_cert (MozillaX509Cert *cert, nsIX509Cert **aCert); G_END_DECLS -- cgit v1.2.3