diff options
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index efb44f1f9d..e7a548f9af 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -3,7 +3,7 @@ class WASocketConnection;
-class WhatsAppProto : public PROTO_INTERFACE, public MZeroedObject, public WAListener, public WAGroupListener
+class WhatsAppProto : public PROTO_INTERFACE, public WAListener, public WAGroupListener
{
public:
WhatsAppProto( const char *proto_name, const TCHAR *username );
|