Cycles: Cleanup, don't use strict C prototypes
Those are more like a legacy of language, which is not needed in C++.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
thread::thread(function<void(void)> run_cb, int group)
|
||||
thread::thread(function<void()> run_cb, int group)
|
||||
: run_cb_(run_cb),
|
||||
joined_(false),
|
||||
group_(group)
|
||||
|
||||
Reference in New Issue
Block a user