diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_element.h')
-rw-r--r-- | engines/titanic/pet_control/pet_element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_element.h b/engines/titanic/pet_control/pet_element.h index 38f5f539f2..578f306dff 100644 --- a/engines/titanic/pet_control/pet_element.h +++ b/engines/titanic/pet_control/pet_element.h @@ -67,7 +67,7 @@ public: /** * Get the bounds for the element */ - virtual void getBounds(Rect *rect); + virtual Rect getBounds() const; /** * Handles processing mouse button down messages |