aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/onedrive/onedrivestorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/onedrive/onedrivestorage.h')
-rw-r--r--backends/cloud/onedrive/onedrivestorage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/cloud/onedrive/onedrivestorage.h b/backends/cloud/onedrive/onedrivestorage.h
index 858af6c9bf..290abd7926 100644
--- a/backends/cloud/onedrive/onedrivestorage.h
+++ b/backends/cloud/onedrive/onedrivestorage.h
@@ -31,7 +31,9 @@ namespace Cloud {
namespace OneDrive {
class OneDriveStorage: public Cloud::Storage {
- static Common::String KEY, SECRET;
+ static char *KEY, *SECRET;
+
+ static void loadKeyAndSecret();
Common::String _token, _uid, _refreshToken;