summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textbuf_type.h')
-rw-r--r--src/textbuf_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textbuf_type.h b/src/textbuf_type.h
index a238aa74b..b4f234f73 100644
--- a/src/textbuf_type.h
+++ b/src/textbuf_type.h
@@ -53,7 +53,7 @@ struct Textbuf {
void DeleteAll();
bool InsertClipboard();
- bool InsertChar(uint32 key);
+ bool InsertChar(WChar key);
bool InsertString(const char *str, bool marked, const char *caret = nullptr, const char *insert_location = nullptr, const char *replacement_end = nullptr);
bool DeleteChar(uint16 keycode);