summaryrefslogtreecommitdiff
path: root/src/error_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/error_gui.cpp')
-rw-r--r--src/error_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error_gui.cpp b/src/error_gui.cpp
index ccbc18850..b498cff63 100644
--- a/src/error_gui.cpp
+++ b/src/error_gui.cpp
@@ -300,7 +300,7 @@ public:
if (_window_system_initialized) ShowFirstError();
}
- virtual EventState OnKeyPress(uint16 key, uint16 keycode)
+ virtual EventState OnKeyPress(WChar key, uint16 keycode)
{
if (keycode != WKC_SPACE) return ES_NOT_HANDLED;
delete this;