From 7a16305594ab2c308db9aa615280197497ecd2b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Feb 2013 19:03:12 +0000 Subject: PROTO_INTERFACE made zeroed on the basic inheritance level git-svn-id: http://svn.miranda-ng.org/main/trunk@3770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/AimOscar') diff --git a/protocols/AimOscar/src/proto.h b/protocols/AimOscar/src/proto.h index b964c3ce17..f72938e6f3 100644 --- a/protocols/AimOscar/src/proto.h +++ b/protocols/AimOscar/src/proto.h @@ -27,7 +27,7 @@ typedef int ( __cdecl CAimProto::*AimEventFunc )( WPARAM, LPARAM ); typedef INT_PTR ( __cdecl CAimProto::*AimServiceFunc )( WPARAM, LPARAM ); typedef INT_PTR ( __cdecl CAimProto::*AimServiceFuncParam )( WPARAM, LPARAM, LPARAM ); -struct CAimProto : public PROTO_INTERFACE, public MZeroedObject +struct CAimProto : public PROTO_INTERFACE { CAimProto( const char*, const TCHAR* ); ~CAimProto(); -- cgit v1.2.3