From adbd8f23e5af3fdbbe82e5f29983ede667068807 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Tue, 15 Mar 2005 09:53:07 +0000 Subject: fixed compilation for emsvc4 svn-id: r17153 --- scumm/dialogs.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index 3b26e98316..e77142a073 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -55,6 +55,7 @@ using GUI::WIDGET_ENABLED; typedef GUI::OptionsDialog GUI_OptionsDialog; typedef GUI::ChooserDialog GUI_ChooserDialog; +typedef GUI::Dialog GUI_Dialog; namespace Scumm { @@ -656,9 +657,7 @@ void ValueDisplayDialog::handleKeyDown(uint16 ascii, int keycode, int modifiers) } void ValueDisplayDialog::open() { -#ifndef _WIN32_WCE - GUI::Dialog::open(); -#endif + GUI_Dialog::open(); setResult(_value); _timer = getMillis() + kDisplayDelay; } -- cgit v1.2.3