summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-02-23 21:47:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-02-23 21:47:30 +0000
commit06a3ccce204ea133471fcf816bc61067c5755248 (patch)
treefb56ec27ea362ad5f08959253e670a0b50847b9b /src/modules
parent350e18c684394b74097ff27a089f2dcf7b6433d9 (diff)
crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3744 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/protocols/protoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/protocols/protoint.cpp b/src/modules/protocols/protoint.cpp
index 1c80a97565..2d65a0e39c 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
+struct DEFAULT_PROTO_INTERFACE : public PROTO_INTERFACE, public MZeroedObject
{
HANDLE __cdecl AddToList(int flags, PROTOSEARCHRESULT* psr)
{