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

@@ -113,8 +113,9 @@ const block &block_stream::get_block(u32 index) const {
//-----------------------------------------------------------
void _run_worker(void *p) {
void *_run_worker(void *p) {
((block_stream::worker *)p)->run();
return NULL;
}
block_stream::worker::worker(u32 id, window *w) :