[poincare/parser] Add context

This commit is contained in:
Léa Saviot
2020-01-16 11:13:22 +01:00
parent 158a45e94d
commit 756eeeb2d8
38 changed files with 182 additions and 156 deletions

View File

@@ -95,7 +95,7 @@ Poincare::Expression ContinuousFunction::expressionReduced(Poincare::Context * c
static_cast<Poincare::Matrix&>(result).numberOfRows() != 2 ||
static_cast<Poincare::Matrix&>(result).numberOfColumns() != 1)
) {
return Poincare::Expression::Parse("[[undef][undef]]");
return Poincare::Expression::Parse("[[undef][undef]]", nullptr);
}
return result;
}