aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_response_box.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-04-17 21:17:37 +0200
committerEinar Johan Trøan Sømåen2013-04-17 21:21:17 +0200
commit9dea64209d6f852a3c2e62831b39c6801de9377f (patch)
treef5d09ea5ffe1e0e5f2496a39f61a23abe8949788 /engines/wintermute/ad/ad_response_box.cpp
parentb71570b4c8cae4ea42a18ecca5257c97df460aa5 (diff)
downloadscummvm-rg350-9dea64209d6f852a3c2e62831b39c6801de9377f.tar.gz
scummvm-rg350-9dea64209d6f852a3c2e62831b39c6801de9377f.tar.bz2
scummvm-rg350-9dea64209d6f852a3c2e62831b39c6801de9377f.zip
WINTERMUTE: Add more const to AdResponseBox
Diffstat (limited to 'engines/wintermute/ad/ad_response_box.cpp')
-rw-r--r--engines/wintermute/ad/ad_response_box.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_response_box.cpp b/engines/wintermute/ad/ad_response_box.cpp
index e5116f78ec..015bdff12d 100644
--- a/engines/wintermute/ad/ad_response_box.cpp
+++ b/engines/wintermute/ad/ad_response_box.cpp
@@ -656,7 +656,7 @@ bool AdResponseBox::handleResponseNum(uint32 num) {
}
//////////////////////////////////////////////////////////////////////////
-bool AdResponseBox::handleResponse(AdResponse *response) {
+bool AdResponseBox::handleResponse(const AdResponse *response) {
setLastResponseText(response->_text, response->_textOrig);
AdGame *adGame = (AdGame *)_gameRef;