[apps] In calculation, default XNT is x

Change-Id: I9bfef8920a4975b1162e2630aa4c4556537886b1
This commit is contained in:
Émilie Feral
2017-11-28 11:42:21 +01:00
parent 29587bf762
commit 51e360aa6f
2 changed files with 5 additions and 0 deletions

View File

@@ -77,4 +77,8 @@ bool App::textFieldDidReceiveEvent(::TextField * textField, Ion::Events::Event e
return false;
}
const char * App::XNT() {
return "x";
}
}