[apps/escher] Rename EditableExpressionView -> ExpressionField

Change-Id: Iadfb220ee94e68762305060215f1ead0cac951fb
This commit is contained in:
Léa Saviot
2018-04-20 16:02:55 +02:00
parent 31face58a2
commit 22ab94209f
23 changed files with 120 additions and 120 deletions

View File

@@ -53,7 +53,7 @@ void FunctionApp::Snapshot::reset() {
}
FunctionApp::FunctionApp(Container * container, Snapshot * snapshot, ViewController * rootViewController) :
EditableExpressionViewDelegateApp(container, snapshot, rootViewController)
ExpressionFieldDelegateApp(container, snapshot, rootViewController)
{
}