CLOUD: Do minor fixes

This commit is contained in:
Alexander Tkachev 2016-05-12 18:52:57 +06:00
parent 14785b12d3
commit b272bba751
6 changed files with 9 additions and 11 deletions

View file

@ -26,7 +26,7 @@
namespace Cloud {
void cloudThread(void *thread) {
static void cloudThread(void *thread) {
Storage *cloudThread = (Storage *)thread;
cloudThread->handler();
}