Poincare: Clean the Expression::Type

Change-Id: I3809a8b1b040314466554866555fb634c35156a5
This commit is contained in:
Romain Goyet
2016-03-24 10:19:04 +01:00
parent 2f77d70369
commit dfdaa54928
19 changed files with 39 additions and 43 deletions

View File

@@ -305,8 +305,8 @@ float Integer::approximate(Context& context) {
return float_result;
}
expression_type_t Integer::type() {
return Integer::Type;
Expression::Type Integer::type() {
return Expression::Type::Integer;
}
ExpressionLayout * Integer::createLayout(ExpressionLayout * parent) {