CLOUD: Fix GCC static cloudThread compile error
It's not static anymore.
This commit is contained in:
parent
1b89e25580
commit
6ad983bb72
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
namespace Cloud {
|
||||
|
||||
static void cloudThread(void *thread) {
|
||||
void cloudThread(void *thread) {
|
||||
Storage *cloudThread = (Storage *)thread;
|
||||
cloudThread->handler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue