1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor(core): Add Core* as userdata to tox_iterate

This commit is contained in:
Diadlo 2016-09-22 22:12:06 +03:00
parent f5011cdb2f
commit 49b3c4d4af
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -357,7 +357,7 @@ void Core::process()
}
static int tolerance = CORE_DISCONNECT_TOLERANCE;
tox_iterate(tox);
tox_iterate(tox, getInstance());
#ifdef DEBUG
//we want to see the debug messages immediately