[statistics] Fix StoreController with new Poincare API

This commit is contained in:
Émilie Feral
2018-09-06 14:08:16 +02:00
parent 0b61b2a338
commit 51da9a00cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}