aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-07-01 19:46:39 -0500
committerColin Snover2016-07-02 22:28:41 -0500
commit77991b7eac85051978bf1c09dd4d0710ac3929ef (patch)
treefb48c8fa26e99d08cdd40a52160be37cb86d5890 /engines/sci/graphics/frameout.h
parent07b72c9fec70312786b0ed1784b946bf21859e80 (diff)
downloadscummvm-rg350-77991b7eac85051978bf1c09dd4d0710ac3929ef.tar.gz
scummvm-rg350-77991b7eac85051978bf1c09dd4d0710ac3929ef.tar.bz2
scummvm-rg350-77991b7eac85051978bf1c09dd4d0710ac3929ef.zip
SCI32: Add const to getCurrentBuffer
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index e736872773..4a44410334 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -423,7 +423,7 @@ public:
*/
bool _palMorphIsOn;
- inline Buffer &getCurrentBuffer() {
+ inline const Buffer &getCurrentBuffer() const {
return _currentBuffer;
}