docs and warnings fixed

This commit is contained in:
Dave Griffiths
2022-09-10 14:05:45 +01:00
parent 073c54c6a7
commit f58602ecf4
11 changed files with 160 additions and 126 deletions

View File

@@ -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() :