mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-20 21:51:41 +00:00
docs and warnings fixed
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
using namespace spiralcore;
|
||||
using namespace std;
|
||||
|
||||
static void _process(void *c) {
|
||||
static void* _process(void *c) {
|
||||
process_thread *p=(process_thread*)c;
|
||||
p->process();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
process_thread::process_thread() :
|
||||
|
||||
Reference in New Issue
Block a user