aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-04 21:55:08 +0200
committerEugene Sandulenko2017-08-04 21:55:08 +0200
commitdfaadb176385761503906bdc90a1916c6c7e628e (patch)
tree02063d7d9084de3abdeb23ba290f96224704fd20 /graphics/macgui/mactextwindow.cpp
parent2aac665a2bd5c20b5b125711a32c0f677b65894f (diff)
downloadscummvm-rg350-dfaadb176385761503906bdc90a1916c6c7e628e.tar.gz
scummvm-rg350-dfaadb176385761503906bdc90a1916c6c7e628e.tar.bz2
scummvm-rg350-dfaadb176385761503906bdc90a1916c6c7e628e.zip
GRAPHICS: MACGUI: Fix compilation
Diffstat (limited to 'graphics/macgui/mactextwindow.cpp')
-rw-r--r--graphics/macgui/mactextwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactextwindow.cpp b/graphics/macgui/mactextwindow.cpp
index be8d75f422..2af4aef9af 100644
--- a/graphics/macgui/mactextwindow.cpp
+++ b/graphics/macgui/mactextwindow.cpp
@@ -227,7 +227,7 @@ Common::String MacTextWindow::getSelection(bool formatted) {
}
bool MacTextWindow::processEvent(Common::Event &event) {
- /*WindowClick click =*/ isInBorder(event.mouse.x, event.mouse.y);
+ WindowClick click = isInBorder(event.mouse.x, event.mouse.y);
if (event.type == Common::EVENT_KEYDOWN) {
_wm->setActive(getId());