aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-x509-cert.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2008-01-29 04:37:51 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-01-29 04:37:51 +0800
commit1ae87d9257e17f591584d50289a339e64926477b (patch)
tree31939d50bccf673c16a0763e23a6f2484e3332f8 /embed/mozilla/mozilla-x509-cert.h
parentf1d49b63046435fc035cc50829fe92b8a406612a (diff)
downloadgsoc2013-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/mozilla-x509-cert.h')
-rw-r--r--embed/mozilla/mozilla-x509-cert.h2
1 files changed, 1 insertions, 1 deletions
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