mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
Poincare: Clean the Expression::Type
Change-Id: I3809a8b1b040314466554866555fb634c35156a5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user