diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lastexpress/lastexpress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/lastexpress.h b/engines/lastexpress/lastexpress.h index 11fa8c7ebe..0edd325118 100644 --- a/engines/lastexpress/lastexpress.h +++ b/engines/lastexpress/lastexpress.h @@ -79,7 +79,7 @@ public: ~LastExpressEngine(); // Misc - Common::RandomSource getRandom() const {return _random; } + Common::RandomSource& getRandom() {return _random; } // Game Cursor *getCursor() const { return _cursor; } |