mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[poincare] Evaluation return numerical matrix
Change-Id: I58dbc93ad22a086580a77318b2524db9c70e47d2
This commit is contained in:
@@ -83,7 +83,7 @@ void VariableBoxLeafCell::setSubtitle(const char * text) {
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
void VariableBoxLeafCell::setExpression(Expression * expression) {
|
||||
void VariableBoxLeafCell::setExpression(const Expression * expression) {
|
||||
if(m_expressionLayout != nullptr) {
|
||||
delete m_expressionLayout;
|
||||
m_expressionLayout = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user