aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 15fe879bca..7f8af551ee 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -86,7 +86,7 @@ public:
}
protected:
- bool tryInsertChar(char c, int pos) {
+ bool tryInsertChar(byte c, int pos) {
if (isalnum(c) || c == '-' || c == '_') {
_editString.insertChar(c, pos);
return true;