Void* MessageManager::callFunctionOnMessageThread Doc Error

Hi Jules,

The documentation for

void* MessageManager::callFunctionOnMessageThread

states that the callback function should have a signature of

int myCallbackFunction (void*)

Should this be updated to

void* myCallbackFunction (void*) ?

Philip

Yep, thanks for spotting that.