CLOUD: Do minor fixes
This commit is contained in:
parent
14785b12d3
commit
b272bba751
6 changed files with 9 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
namespace Cloud {
|
||||
|
||||
void cloudThread(void *thread) {
|
||||
static void cloudThread(void *thread) {
|
||||
Storage *cloudThread = (Storage *)thread;
|
||||
cloudThread->handler();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue