mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[statistics] Fix StoreController with new Poincare API
This commit is contained in:
@@ -33,7 +33,7 @@ void StoreController::setFormulaLabel() {
|
||||
static_cast<ContentView *>(view())->formulaInputView()->setBufferText(text);
|
||||
}
|
||||
|
||||
bool StoreController::fillColumnWithFormula(Expression * formula) {
|
||||
bool StoreController::fillColumnWithFormula(Expression formula) {
|
||||
return privateFillColumnWithFormula(formula, Symbol::isSeriesSymbol);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user