diff options
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)
{
|