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:
parent
f5011cdb2f
commit
49b3c4d4af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user