From e831ce4dfe7a6cb5f87f7eb862d5bbf21f4b4159 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Feb 2023 11:57:59 +0300 Subject: =?UTF-8?q?fixes=20#3356=20(Telegram:=20=D1=81=D1=82=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=81=20=D0=BF=D1=80=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/src/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Telegram/src/proto.h') diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index f16a650c94..6df28c5d99 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -142,10 +142,10 @@ class CTelegramProto : public PROTO } m_impl; bool __forceinline isRunning() const - { return m_pClientMmanager != nullptr; + { return m_pClientManager != nullptr; } - std::unique_ptr m_pClientMmanager; + std::unique_ptr m_pClientManager; TD::object_ptr pAuthState; mir_cs m_csMarkRead; -- cgit v1.2.3