aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-30 17:45:50 -0400
committerPaul Gilbert2016-07-30 17:45:50 -0400
commit01910f32f091debc62a8151b3bbde919d95d3fb3 (patch)
treec4206397b7be0a9a463e83e492c43751ffff7353 /engines/titanic/pet_control/pet_conversations.cpp
parent6dbbb173bd7738ff725eefbd12923699d1663392 (diff)
downloadscummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.tar.gz
scummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.tar.bz2
scummvm-rg350-01910f32f091debc62a8151b3bbde919d95d3fb3.zip
TITANIC: Fix identified warnings
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.cpp')
-rw-r--r--engines/titanic/pet_control/pet_conversations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.cpp b/engines/titanic/pet_control/pet_conversations.cpp
index 0a8a71bf94..9bae8e7070 100644
--- a/engines/titanic/pet_control/pet_conversations.cpp
+++ b/engines/titanic/pet_control/pet_conversations.cpp
@@ -130,7 +130,7 @@ void CPetConversations::draw(CScreenManager *screenManager) {
_npcIcons[_npcNum].draw(screenManager);
}
-Rect CPetConversations::getBounds() {
+Rect CPetConversations::getBounds() const {
Rect rect = _dials[0].getBounds();
rect.combine(_dials[1].getBounds());
rect.combine(_dials[2].getBounds());