aboutsummaryrefslogtreecommitdiff
path: root/gui/editable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/editable.h')
-rw-r--r--gui/editable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/editable.h b/gui/editable.h
index 6e0475559f..4c6def3731 100644
--- a/gui/editable.h
+++ b/gui/editable.h
@@ -76,7 +76,7 @@ protected:
void setFontStyle(Theme::FontStyle font) { _font = font; }
- virtual bool tryInsertChar(char c, int pos);
+ virtual bool tryInsertChar(byte c, int pos);
};
} // End of namespace GUI