From f913675c43ada5c5f9128d904fd913129da35fe8 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Wed, 18 May 2016 15:31:22 +0600 Subject: CLOUD: Add ConnectionManager hotfix Tried to compile these two last commits with GCC and found a few minor problems. --- backends/cloud/dropbox/dropboxstorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/cloud/dropbox/dropboxstorage.h') 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) -- cgit v1.2.3