aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-31 14:31:36 -0400
committerPaul Gilbert2016-07-31 14:31:36 -0400
commit07bf7304433174203cc1cecec23aee54718b3d76 (patch)
treeacb4c6959b2f81b4c8927e43b4216d0f4de79125 /engines/titanic/pet_control/pet_glyphs.h
parente2b00938c7488af62521e1ad4e62566fa4077af0 (diff)
downloadscummvm-rg350-07bf7304433174203cc1cecec23aee54718b3d76.tar.gz
scummvm-rg350-07bf7304433174203cc1cecec23aee54718b3d76.tar.bz2
scummvm-rg350-07bf7304433174203cc1cecec23aee54718b3d76.zip
TITANIC: Adding lots of const prefixes
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index 7271d6cd61..c07cc5ed9a 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -101,7 +101,7 @@ public:
/**
* Get the bounds for the glyph
*/
- virtual Rect getBounds() { return Rect(); }
+ virtual Rect getBounds() const { return Rect(); }
/**
* Called for mouse button down messages