aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-13 19:38:14 -0400
committerPaul Gilbert2015-07-13 19:38:14 -0400
commit03acc4ec275793e0f8256053801ecaad566bc74e (patch)
tree3804644f1197cacdb5be9bffcce2544b9bcc10ad /engines/sherlock/tattoo/tattoo_user_interface.cpp
parent53388bf6e8274ce1bb4f53dd8c1bc29dc57447e8 (diff)
downloadscummvm-rg350-03acc4ec275793e0f8256053801ecaad566bc74e.tar.gz
scummvm-rg350-03acc4ec275793e0f8256053801ecaad566bc74e.tar.bz2
scummvm-rg350-03acc4ec275793e0f8256053801ecaad566bc74e.zip
SHERLOCK: RT: Fix derived declaration of banishWindow
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.cpp b/engines/sherlock/tattoo/tattoo_user_interface.cpp
index e6eebd8cf5..7d2b3cb649 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.cpp
+++ b/engines/sherlock/tattoo/tattoo_user_interface.cpp
@@ -841,7 +841,7 @@ void TattooUserInterface::drawDialogRect(Surface &s, const Common::Rect &r, bool
}
}
-void TattooUserInterface::banishWindow() {
+void TattooUserInterface::banishWindow(bool slideUp) {
if (_widget != nullptr)
_widget->banishWindow();
_widget = nullptr;