aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics/transparent_surface.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-09-30 11:12:25 +0200
committerEinar Johan Trøan Sømåen2013-09-30 11:12:25 +0200
commit5afb297e396fa3ad40559e552008741c6cd6ba66 (patch)
treef93699e55a7373dc14f7699cd5cd219881d80216 /engines/wintermute/graphics/transparent_surface.h
parentf7a9e921aee9371a9defe5acaf4a685ada76fcfb (diff)
downloadscummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.tar.gz
scummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.tar.bz2
scummvm-rg350-5afb297e396fa3ad40559e552008741c6cd6ba66.zip
WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow
Diffstat (limited to 'engines/wintermute/graphics/transparent_surface.h')
-rw-r--r--engines/wintermute/graphics/transparent_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/graphics/transparent_surface.h b/engines/wintermute/graphics/transparent_surface.h
index fe5dc08fc0..5a9c16d73f 100644
--- a/engines/wintermute/graphics/transparent_surface.h
+++ b/engines/wintermute/graphics/transparent_surface.h
@@ -118,7 +118,7 @@ struct TransparentSurface : public Graphics::Surface {
TransparentSurface *scale(uint16 newWidth, uint16 newHeight) const;
TransparentSurface *rotoscale(const TransformStruct &transform) const;
- AlphaType getAlphaMode();
+ AlphaType getAlphaMode() const;
void setAlphaMode(AlphaType);
private:
AlphaType _alphaMode;