[apps] Build all apps

This commit is contained in:
Léa Saviot
2018-10-10 17:22:06 +02:00
committed by Émilie Feral
parent 8ec6673aee
commit 21b214e60f
10 changed files with 17 additions and 11 deletions

View File

@@ -174,7 +174,7 @@ int ListController::maxNumberOfRows() {
return k_maxNumberOfRows;
}
HighlightCell * ListController::titleCells(int index) {
FunctionTitleCell * ListController::titleCells(int index) {
assert(index >= 0 && index < k_maxNumberOfRows);
return &m_sequenceTitleCells[index];
}