diff options
Diffstat (limited to 'protocols/Yahoo/src/proto.h')
-rw-r--r-- | protocols/Yahoo/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/src/proto.h b/protocols/Yahoo/src/proto.h index 9d70cbd9d5..0f472c4483 100644 --- a/protocols/Yahoo/src/proto.h +++ b/protocols/Yahoo/src/proto.h @@ -33,7 +33,7 @@ extern "C" typedef INT_PTR ( __cdecl CYahooProto::*YServiceFuncParam )( WPARAM, LPARAM, LPARAM );
#endif
-struct CYahooProto : public PROTO_INTERFACE, public MZeroedObject
+struct CYahooProto : public PROTO_INTERFACE
{
CYahooProto( const char*, const TCHAR* );
virtual ~CYahooProto();
|