mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Change name: LayoutRef --> LayoutReference
This commit is contained in:
@@ -76,7 +76,7 @@ int StoreParameterController::typeAtLocation(int i, int j) {
|
||||
|
||||
void StoreParameterController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
if (index == numberOfRows() -1) {
|
||||
m_changeRegressionCell.setLayoutRef(static_cast<Store *>(m_store)->modelForSeries(m_series)->layout());
|
||||
m_changeRegressionCell.setLayoutReference(static_cast<Store *>(m_store)->modelForSeries(m_series)->layout());
|
||||
}
|
||||
Shared::StoreParameterController::willDisplayCellForIndex(cell, index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user