mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
CLOUD: Add ConnectionManager hotfix
Tried to compile these two last commits with GCC and found a few minor problems.
This commit is contained in:
parent
0a947618fb
commit
f913675c43
@ -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)
|
||||
|
@ -21,7 +21,7 @@ MODULE_OBJS := \
|
||||
|
||||
ifdef USE_CLOUD
|
||||
MODULE_OBJS += \
|
||||
cloud/manager.o \
|
||||
cloud/manager.o \
|
||||
cloud/dropbox/dropboxstorage.o
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user