diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-14 01:44:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-14 01:44:08 +0800 |
commit | 9dc9718ccb82017a4cebb5065044eaa173383bdc (patch) | |
tree | 1b0bd63c18b56140779557c8289ef29000f46cb7 /embed/mozilla/EphyAboutModule.h | |
parent | da8c338ff084b90e43c2333b91bdcde8d765ff00 (diff) | |
download | gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar.gz gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar.bz2 gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar.lz gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar.xz gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.tar.zst gsoc2013-epiphany-9dc9718ccb82017a4cebb5065044eaa173383bdc.zip |
Fix for mozilla API change.
2005-11-13 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
* embed/mozilla/EphyAboutModule.h:
Fix for mozilla API change.
Diffstat (limited to 'embed/mozilla/EphyAboutModule.h')
-rw-r--r-- | embed/mozilla/EphyAboutModule.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embed/mozilla/EphyAboutModule.h b/embed/mozilla/EphyAboutModule.h index 2826b49a0..409e2f65b 100644 --- a/embed/mozilla/EphyAboutModule.h +++ b/embed/mozilla/EphyAboutModule.h @@ -20,8 +20,8 @@ * $Id$ */ -#ifndef EPHY_PROTOCOL_HANDLER_H -#define EPHY_PROTOCOL_HANDLER_H +#ifndef EPHY_ABOUT_MODULE_H +#define EPHY_ABOUT_MODULE_H #include <nsError.h> #include <nsIAboutModule.h> @@ -63,8 +63,8 @@ class EphyAboutModule : public nsIAboutModule nsresult CreateErrorPage(nsIURI*, nsIChannel**); #endif nsresult CreateRecoverPage(nsIURI*, nsIChannel**); - nsresult WritePage(nsIURI*, nsIURI*, const nsACString&, const char*, const char*, const char*, const char*, const char*, const char*, nsIInputStreamChannel**); + nsresult WritePage(nsIURI*, nsIURI*, nsIURI*, const nsACString&, const char*, const char*, const char*, const char*, const char*, const char*, nsIChannel**); nsresult Write(nsIOutputStream*, const char*); }; -#endif /* EPHY_PROTOCOL_HANDLER_H */ +#endif /* EPHY_ABOUT_MODULE_H */ |