diff options
Diffstat (limited to 'protocols/Telegram/src/t_proto.h')
-rw-r--r-- | protocols/Telegram/src/t_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/src/t_proto.h b/protocols/Telegram/src/t_proto.h index fadf3b179c..0e92605487 100644 --- a/protocols/Telegram/src/t_proto.h +++ b/protocols/Telegram/src/t_proto.h @@ -88,10 +88,10 @@ public: void OnUserTyping(tgl_user *U, tgl_typing_status status);
-
+ MirTLS *TLS;
private:
- MirTLS *TLS;
+
static mir_cs accountsLock;
void ReadState();
|