mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps] Build all apps
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user