diff options
author | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-02-23 15:04:09 +0300 |
commit | 6e1c3bb16e5b0d396810a1a534f4854d55bcf4ac (patch) | |
tree | d3b0968dbd625150ff95896d5e3d3faf4ada380c /protocols/Tox/src/tox_network.cpp | |
parent | 81f96a9093d92678a9c78ed248ec966fd941a69c (diff) |
Tox: it seems that irungentoo/toxcore no longer be updated, so we switch to TokTok/c-toxcore
Diffstat (limited to 'protocols/Tox/src/tox_network.cpp')
-rw-r--r-- | protocols/Tox/src/tox_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_network.cpp b/protocols/Tox/src/tox_network.cpp index e895f04dde..a576740d8e 100644 --- a/protocols/Tox/src/tox_network.cpp +++ b/protocols/Tox/src/tox_network.cpp @@ -291,7 +291,7 @@ void CToxProto::PollingThread(void*) while (!toxThread.IsTerminated())
{
CheckConnection(retriesCount);
- toxThread.Iterate();
+ toxThread.Iterate(this);
}
toxThread.Disconnect();
|