mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[poincare] Engine-->Helper and break LayoutHelper into LayoutHelper and
SerializationHelper
This commit is contained in:
@@ -99,8 +99,8 @@ Expression ExpressionNode::reduce(Context & context, Preferences::AngleUnit angl
|
||||
return Expression(this);
|
||||
}
|
||||
|
||||
Expression ExpressionNode::beautify(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
return Expression(this);
|
||||
Expression Expression::beautify(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool ExpressionNode::isOfType(Type * types, int length) const {
|
||||
|
||||
Reference in New Issue
Block a user