summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/gg_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-02-25 19:03:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-02-25 19:03:12 +0000
commit7a16305594ab2c308db9aa615280197497ecd2b6 (patch)
tree137263445c74edc847a3e794110b4bb8a7e67296 /protocols/Gadu-Gadu/src/gg_proto.h
parent9717de57613d2a5f56895fdf8e674d2c919073e5 (diff)
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
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg_proto.h')
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.h b/protocols/Gadu-Gadu/src/gg_proto.h
index e59f8424e5..6bb5a1565c 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.h
+++ b/protocols/Gadu-Gadu/src/gg_proto.h
@@ -27,7 +27,7 @@ typedef void ( __cdecl GGPROTO::*GGThreadFunc )( void* );
typedef int ( __cdecl GGPROTO::*GGEventFunc )( WPARAM, LPARAM );
typedef INT_PTR ( __cdecl GGPROTO::*GGServiceFunc )( WPARAM, LPARAM );
-struct GGPROTO : public PROTO_INTERFACE, public MZeroedObject
+struct GGPROTO : public PROTO_INTERFACE
{
GGPROTO( const char*, const TCHAR* );
~GGPROTO();