[apps/sequence] Change method name

This commit is contained in:
Léa Saviot
2018-07-18 17:58:50 +02:00
committed by LeaNumworks
parent 5b67269e72
commit 63ebf895df
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ int SequenceToolbox::typeAtLocation(int i, int j) {
return MathToolbox::typeAtLocation(i,mathToolboxIndex(j));
}
void SequenceToolbox::setExtraCells(const char * sequenceName, int recurrenceDepth) {
void SequenceToolbox::buildExtraCellsLayouts(const char * sequenceName, int recurrenceDepth) {
for (int i = 0; i < k_maxNumberOfDisplayedRows; i++) {
if (m_addedCellLayout[i]) {
delete m_addedCellLayout[i];