mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[poincare] Expression::ReductionContext
This commit is contained in:
@@ -7,7 +7,7 @@ using namespace Poincare;
|
||||
|
||||
namespace Shared {
|
||||
|
||||
void StoreContext::setExpressionForSymbol(const Expression & expression, const SymbolAbstract & symbol, Context & context) {
|
||||
void StoreContext::setExpressionForSymbol(const Expression & expression, const SymbolAbstract & symbol, Context * context) {
|
||||
m_parentContext->setExpressionForSymbol(expression, symbol, context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user