aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index ae0575f0e8..30c2ea9d63 100644
--- a/common/system.h
+++ b/common/system.h
@@ -222,6 +222,10 @@ protected:
*/
Common::String _clipboard;
+ // WORKAROUND. The 014bef9eab9fb409cfb3ec66830e033e4aaa29a9 triggered a bug
+ // in the osx_intel toolchain. Adding this variable fixes it.
+ bool _dummyUnused;
+
private:
/**
* Indicate if initBackend() has been called.
@@ -1524,7 +1528,7 @@ public:
virtual bool isConnectionLimited();
//@}
-
+
protected:
/**