diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-25 16:20:45 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-25 16:20:45 +0000 |
commit | c0cb5774e9ceb7fdb40b2387217f8b5be70eb315 (patch) | |
tree | c82c5a64d631b0319a5ba933ccb76d9425e77cec /protocols/Telegram/src/t_proto.h | |
parent | 8e759e2624850a183d6e79a0b3a94a64e7895936 (diff) |
Telegram: winapi timers
git-svn-id: http://svn.miranda-ng.org/main/trunk@16543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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();
|