aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyWrapper.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-10-12 02:23:14 +0800
committerChristian Persch <chpe@src.gnome.org>2003-10-12 02:23:14 +0800
commit26c341eb29803fc00f382a7a157772852a4848bc (patch)
treeb3971283f04a91422b4a003d8a90879f72df0c09 /embed/mozilla/EphyWrapper.h
parent79f0ce300ef1ab356e4fb911db0dc90c560e1fef (diff)
downloadgsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar.gz
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar.bz2
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar.lz
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar.xz
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.tar.zst
gsoc2013-epiphany-26c341eb29803fc00f382a7a157772852a4848bc.zip
Adapt EphyWrapper::GetEncoding to varying mozilla APIs.
2003-10-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyWrapper.cpp: * embed/mozilla/EphyWrapper.h: * embed/mozilla/mozilla-embed.cpp: Adapt EphyWrapper::GetEncoding to varying mozilla APIs.
Diffstat (limited to 'embed/mozilla/EphyWrapper.h')
-rw-r--r--embed/mozilla/EphyWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyWrapper.h b/embed/mozilla/EphyWrapper.h
index 51e99ad66..32cfe5efd 100644
--- a/embed/mozilla/EphyWrapper.h
+++ b/embed/mozilla/EphyWrapper.h
@@ -78,7 +78,7 @@ public:
nsresult ForceEncoding (const char *encoding);
- nsresult GetEncoding (nsCString &aEncoding);
+ nsresult GetEncoding (char **aEncoding);
nsresult CanCutSelection(PRBool *result);