[apps/*/values_controller] functionParameterController() returns a ViewController *

This commit is contained in:
Ruben Dashyan
2019-08-29 10:19:49 +02:00
parent f5e721239b
commit 6bee336349
6 changed files with 7 additions and 6 deletions

View File

@@ -137,7 +137,8 @@ EvenOddBufferTextCell * ValuesController::floatCells(int j) {
return &m_floatCells[j];
}
FunctionParameterController * ValuesController::functionParameterController() {
ViewController * ValuesController::functionParameterController() {
m_functionParameterController.setRecord(recordAtColumn(selectedColumn()));
return &m_functionParameterController;
}