summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
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)
{