diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-08-13 17:39:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-08-13 17:39:30 +0000 |
commit | ea20be4475a06afea0da33b46ec5957f7b1ced99 (patch) | |
tree | d786924ded2b5eabf501897f03f1ff7632ca2aed /protocols/Tox/src/tox_proto.h | |
parent | 1ea84dc56d95ceaf85c036127c5045eba0ad50ee (diff) |
Tox:
- removed toxme.se from tox.ini
- profile reading/saving with lock
git-svn-id: http://svn.miranda-ng.org/main/trunk@14942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 28d22f2422..36705265f2 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -73,6 +73,7 @@ private: ToxAv *toxAv;
char *password;
mir_cs toxLock;
+ mir_cs profileLock;
TCHAR *accountName;
HANDLE hNetlib, hPollingThread;
bool isTerminated, isConnected;
|