aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h
index a3092e794f..815fa9d19d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -185,7 +185,7 @@ protected:
*
* @note _cloudThread is deleted by the OSystem destructor.
*/
- Common::CloudManager *_cloudThread;
+ Common::CloudManager *_cloudManager;
#endif
/**
@@ -1134,7 +1134,7 @@ public:
* @return the CloudManager for the current architecture
*/
virtual Common::CloudManager *getCloudManager() {
- return _cloudThread;
+ return _cloudManager;
}
#endif