task.cpp:

- Fix compiling for non-MSVC compilers.
This commit is contained in:
rogerman 2016-08-23 21:55:59 +00:00
parent fc77539bda
commit a1a6c47aac
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public:
bool started;
};
static void thunkTaskProc(void *arg)
void thunkTaskProc(void *arg)
{
Task::Impl *ctx = (Task::Impl *)arg;
ctx->taskProc();