mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 05:00:59 +00:00
inproper hack for compilation with emsvc4. i don't know how to fix it:
"'GUI::Dialog::open' : illegal call of non-static member function" svn-id: r17151
This commit is contained in:
parent
b23aaf98fe
commit
1a368f2e7c
@ -656,7 +656,9 @@ void ValueDisplayDialog::handleKeyDown(uint16 ascii, int keycode, int modifiers)
|
||||
}
|
||||
|
||||
void ValueDisplayDialog::open() {
|
||||
#ifndef _WIN32_WCE
|
||||
GUI::Dialog::open();
|
||||
#endif
|
||||
setResult(_value);
|
||||
_timer = getMillis() + kDisplayDelay;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user