From 899221e2d058f5afe30bb2ecdbf168c8ad3c15a6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 27 Jan 2023 19:48:42 +0300 Subject: Group chats: all old APIs with lookup by module+session removed --- protocols/Omegle/src/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/Omegle/src/proto.h') diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h index 839d6ecb25..c1a0c5dcfa 100644 --- a/protocols/Omegle/src/proto.h +++ b/protocols/Omegle/src/proto.h @@ -22,8 +22,10 @@ along with this program. If not, see . #pragma once -class OmegleProto : public PROTO < OmegleProto > +class OmegleProto : public PROTO { + SESSION_INFO *m_si; + public: OmegleProto(const char *proto_name, const wchar_t *username); ~OmegleProto(); -- cgit v1.2.3