summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-09-12 19:17:35 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-09-12 19:17:35 +0000
commitf4ddf8de528cb486816ed9a4e9e51b51a7b1b142 (patch)
treeb617a29803b21e1912e92feb6cc0d2644c3d6da3 /protocols/Tox/src/tox_proto.h
parent124c695427c4999bd6a4ec97735b6fcac8975474 (diff)
Tox: rename tox profile together with miranda account
git-svn-id: http://svn.miranda-ng.org/main/trunk@10440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 6c7b26ed34..e18c98f7b6 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -108,6 +108,7 @@ public:
private:
Tox *tox;
mir_cs toxLock;
+ TCHAR *accountName;
HANDLE hNetlib, hPollingThread;
bool isTerminated, isConnected;
std::map<uint8_t, FileTransferParam*> transfers;