diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-25 19:03:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-25 19:03:12 +0000 |
commit | 7a16305594ab2c308db9aa615280197497ecd2b6 (patch) | |
tree | 137263445c74edc847a3e794110b4bb8a7e67296 /src/modules | |
parent | 9717de57613d2a5f56895fdf8e674d2c919073e5 (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 'src/modules')
-rw-r--r-- | src/modules/protocols/protoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/protocols/protoint.cpp b/src/modules/protocols/protoint.cpp index 2d65a0e39c..1c80a97565 100644 --- a/src/modules/protocols/protoint.cpp +++ b/src/modules/protocols/protoint.cpp @@ -51,7 +51,7 @@ INT_PTR __fastcall MyCallProtoService(const char *szModule, const char *szServic return CallService(str, wParam, lParam);
}
-struct DEFAULT_PROTO_INTERFACE : public PROTO_INTERFACE, public MZeroedObject
+struct DEFAULT_PROTO_INTERFACE : public PROTO_INTERFACE
{
HANDLE __cdecl AddToList(int flags, PROTOSEARCHRESULT* psr)
{
|