aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/dropbox/dropboxstorage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-05-18 15:31:22 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitf913675c43ada5c5f9128d904fd913129da35fe8 (patch)
treef3909d8187c56e08d946de9f71afa19c3391492a /backends/cloud/dropbox/dropboxstorage.h
parent0a947618fb1faa023df03d355e9749905424dd58 (diff)
downloadscummvm-rg350-f913675c43ada5c5f9128d904fd913129da35fe8.tar.gz
scummvm-rg350-f913675c43ada5c5f9128d904fd913129da35fe8.tar.bz2
scummvm-rg350-f913675c43ada5c5f9128d904fd913129da35fe8.zip
CLOUD: Add ConnectionManager hotfix
Tried to compile these two last commits with GCC and found a few minor problems.
Diffstat (limited to 'backends/cloud/dropbox/dropboxstorage.h')
-rw-r--r--backends/cloud/dropbox/dropboxstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h
index 0500db5d49..afa9447566 100644
--- a/backends/cloud/dropbox/dropboxstorage.h
+++ b/backends/cloud/dropbox/dropboxstorage.h
@@ -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)