diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-07-21 06:28:55 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-07-21 06:28:55 +0800 |
commit | 750efa7d51d97859f37e9e59065ba176d7520cce (patch) | |
tree | ef473016ddcad25326d02e14a88bab3b93a29958 /embed/mozilla/EphySingle.h | |
parent | 0e8132c237b8da5837ea2f8889507d91b0ead33c (diff) | |
download | gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar.gz gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar.bz2 gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar.lz gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar.xz gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.tar.zst gsoc2013-epiphany-750efa7d51d97859f37e9e59065ba176d7520cce.zip |
No need to use a weak ref for the observer, makes the single code easier.
2004-07-21 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/EphySingle.h:
* embed/mozilla/mozilla-embed-single.cpp:
No need to use a weak ref for the observer,
makes the single code easier.
Diffstat (limited to 'embed/mozilla/EphySingle.h')
-rw-r--r-- | embed/mozilla/EphySingle.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/mozilla/EphySingle.h b/embed/mozilla/EphySingle.h index 5c47a5002..aff9de9a6 100644 --- a/embed/mozilla/EphySingle.h +++ b/embed/mozilla/EphySingle.h @@ -33,8 +33,7 @@ #include <nsICookie.h> #include <nsIPermission.h> -class EphySingle : public nsIObserver, - public nsSupportsWeakReference +class EphySingle : public nsIObserver { public: NS_DECL_ISUPPORTS |