aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyProtocolHandler.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-26 06:12:08 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-26 06:12:08 +0800
commitb2ad5e47dac73c5f3d98dcfb3ae14c817201681a (patch)
tree2795cb9d627f10bde889a4544c70b7a1c8151804 /embed/mozilla/EphyProtocolHandler.cpp
parentc951555722d4933277a1d468c6508f5ad34711b1 (diff)
downloadgsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar.gz
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar.bz2
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar.lz
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar.xz
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.tar.zst
gsoc2013-epiphany-b2ad5e47dac73c5f3d98dcfb3ae14c817201681a.zip
Don't use (void).
2005-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: Don't use (void).
Diffstat (limited to 'embed/mozilla/EphyProtocolHandler.cpp')
-rw-r--r--embed/mozilla/EphyProtocolHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyProtocolHandler.cpp b/embed/mozilla/EphyProtocolHandler.cpp
index 334e261b4..5cb507865 100644
--- a/embed/mozilla/EphyProtocolHandler.cpp
+++ b/embed/mozilla/EphyProtocolHandler.cpp
@@ -52,7 +52,7 @@
static NS_DEFINE_CID(kSimpleURICID, NS_SIMPLEURI_CID);
static NS_DEFINE_CID(kInputStreamChannelCID, NS_INPUTSTREAMCHANNEL_CID);
-EphyProtocolHandler::EphyProtocolHandler (void)
+EphyProtocolHandler::EphyProtocolHandler()
{
LOG ("EphyProtocolHandler ctor [%p]\n", this);
}