aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/id/idstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/id/idstorage.h')
-rw-r--r--backends/cloud/id/idstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/id/idstorage.h b/backends/cloud/id/idstorage.h
index 35a320284e..26d2618508 100644
--- a/backends/cloud/id/idstorage.h
+++ b/backends/cloud/id/idstorage.h
@@ -53,7 +53,7 @@ protected:
public:
IdStorage();
- IdStorage(Common::String token, Common::String refreshToken);
+ IdStorage(Common::String token, Common::String refreshToken, bool enabled);
virtual ~IdStorage();
/** Public Cloud API comes down there. */