From b2ad5e47dac73c5f3d98dcfb3ae14c817201681a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 25 May 2005 22:12:08 +0000 Subject: Don't use (void). 2005-05-26 Christian Persch * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: Don't use (void). --- embed/mozilla/EphyProtocolHandler.cpp | 2 +- embed/mozilla/EphyProtocolHandler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'embed') 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); } diff --git a/embed/mozilla/EphyProtocolHandler.h b/embed/mozilla/EphyProtocolHandler.h index 332a20a5c..2fad9ac7b 100644 --- a/embed/mozilla/EphyProtocolHandler.h +++ b/embed/mozilla/EphyProtocolHandler.h @@ -48,7 +48,7 @@ class EphyProtocolHandler : public nsIProtocolHandler, NS_DECL_ISUPPORTS NS_DECL_NSIPROTOCOLHANDLER - EphyProtocolHandler (void); + EphyProtocolHandler(); virtual ~EphyProtocolHandler(); private: -- cgit v1.2.3