From c4d7c8dd427287d42374b5a83842f570642b100c Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 13 Nov 2012 21:47:02 +0000 Subject: (svn r24733) -Codechange: Move handling of editbox keys to window class. --- src/querystring_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/querystring_gui.h') diff --git a/src/querystring_gui.h b/src/querystring_gui.h index 554d6ccb2..08f99f29d 100644 --- a/src/querystring_gui.h +++ b/src/querystring_gui.h @@ -78,7 +78,7 @@ struct QueryStringBaseWindow : public Window, public QueryString { free(this->edit_str_buf); } - HandleEditBoxResult HandleEditBoxKey(int wid, uint16 key, uint16 keycode, EventState &state); + EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode); /** * Callback for when on input has been entered with the OSK. -- cgit v1.2.3-54-g00ecf