CLOUD: Add ConnectionManager hotfix

Tried to compile these two last commits with GCC and found a few minor
problems.
This commit is contained in:
Alexander Tkachev 2016-05-18 15:31:22 +06:00
parent 0a947618fb
commit f913675c43
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public:
/**
* Returns Dropbox auth link.
*/
static Common::String DropboxStorage::getAuthLink();
static Common::String getAuthLink();
/**
* Show message with Dropbox auth instructions. (Temporary)

View File

@ -21,7 +21,7 @@ MODULE_OBJS := \
ifdef USE_CLOUD
MODULE_OBJS += \
cloud/manager.o \
cloud/manager.o \
cloud/dropbox/dropboxstorage.o
endif