summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/irc.h')
-rw-r--r--protocols/IRCG/src/irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h
index 82663a58bb..0fe14cb629 100644
--- a/protocols/IRCG/src/irc.h
+++ b/protocols/IRCG/src/irc.h
@@ -215,7 +215,7 @@ struct CIrcHandler
PfnIrcMessageHandler m_handler;
};
-struct CIrcProto : public PROTO_INTERFACE, public MZeroedObject
+struct CIrcProto : public PROTO_INTERFACE
{
CIrcProto( const char*, const TCHAR* );
~CIrcProto();