[poincare] Engine-->Helper and break LayoutHelper into LayoutHelper and

SerializationHelper
This commit is contained in:
Émilie Feral
2018-08-08 13:22:35 +02:00
parent ba5d80f09b
commit cb4bb4f8f0
135 changed files with 660 additions and 631 deletions

View File

@@ -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 {