[shared] Change TextFieldDelegateApp::XNT() signature

This commit is contained in:
Émilie Feral
2018-09-28 11:30:52 +02:00
parent a93e9566ad
commit cf68a9ed18
11 changed files with 17 additions and 17 deletions

View File

@@ -107,8 +107,8 @@ bool App::textInputIsCorrect(const char * text) {
return true;
}
const char * App::XNT() {
return "x";
char App::XNT() {
return 'x';
}
}