summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r--protocols/Dummy/src/dummy_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h
index ffe2d4b9fc..d7836f7f64 100644
--- a/protocols/Dummy/src/dummy_proto.h
+++ b/protocols/Dummy/src/dummy_proto.h
@@ -38,9 +38,9 @@ struct CDummyProto : public PROTO<CDummyProto>
MCONTACT AddToList(int flags, PROTOSEARCHRESULT* psr) override;
- //==== Services ======================================================================
+ //==== Events ==========================================================================
- INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM);
+ MWindow OnCreateAccMgrUI(MWindow) override;
void __cdecl SearchIdAckThread(void*);