[poincare] Change name: LayoutRef --> LayoutReference

This commit is contained in:
Émilie Feral
2018-09-14 16:43:27 +02:00
parent 467cc2b76f
commit 616e4c0bcc
186 changed files with 677 additions and 679 deletions

View File

@@ -33,7 +33,7 @@ KDCoordinate ExpressionModelListController::expressionRowHeight(int j) {
void ExpressionModelListController::willDisplayExpressionCellAtIndex(HighlightCell * cell, int j) {
EvenOddExpressionCell * myCell = (EvenOddExpressionCell *)cell;
ExpressionModel * m = modelStore()->modelAtIndex(j);
myCell->setLayoutRef(m->layoutRef());
myCell->setLayoutReference(m->layoutRef());
}
/* Responder */