aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_gfx_element.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 20:13:34 -0400
committerPaul Gilbert2016-07-10 16:37:52 -0400
commit2a107eb540d2058ee105b8a362d9288c1e463bfe (patch)
tree3a4596efb1ad19c5962250b139f6b25e4118d8c6 /engines/titanic/pet_control/pet_gfx_element.h
parent2fb692321165ec5831877fcb60408dd45610f7bb (diff)
downloadscummvm-rg350-2a107eb540d2058ee105b8a362d9288c1e463bfe.tar.gz
scummvm-rg350-2a107eb540d2058ee105b8a362d9288c1e463bfe.tar.bz2
scummvm-rg350-2a107eb540d2058ee105b8a362d9288c1e463bfe.zip
TITANIC: Simplify PET Element getBounds methods
Diffstat (limited to 'engines/titanic/pet_control/pet_gfx_element.h')
-rw-r--r--engines/titanic/pet_control/pet_gfx_element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_gfx_element.h b/engines/titanic/pet_control/pet_gfx_element.h
index f33058f786..91d9b9ccb2 100644
--- a/engines/titanic/pet_control/pet_gfx_element.h
+++ b/engines/titanic/pet_control/pet_gfx_element.h
@@ -61,7 +61,7 @@ public:
/**
* Get the bounds for the element
*/
- virtual void getBounds(Rect *rect);
+ virtual Rect getBounds() const;
/**
* Get the game object associated with this item