diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-01-29 04:37:51 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-01-29 04:37:51 +0800 |
commit | 1ae87d9257e17f591584d50289a339e64926477b (patch) | |
tree | 31939d50bccf673c16a0763e23a6f2484e3332f8 /embed/mozilla/EphyBrowser.h | |
parent | f1d49b63046435fc035cc50829fe92b8a406612a (diff) | |
download | gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.gz gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.bz2 gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.lz gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.xz gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.tar.zst gsoc2013-epiphany-1ae87d9257e17f591584d50289a339e64926477b.zip |
Fix compilation error with gcc4.3.
Patch by Sebastien Bacher, bug #512027.
svn path=/trunk/; revision=7896
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |