mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 11:04:50 +00:00
Miscellaneous fixes, mainly modules
This commit is contained in:
@@ -224,7 +224,7 @@ void *worker_pool::wait_task(task_result_handle_t handle)
|
||||
return w->pop();
|
||||
}
|
||||
|
||||
class worker_pool instance;
|
||||
static class worker_pool instance;
|
||||
|
||||
task_result_handle_t task_run_async(task_t task, void *data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user