Added support for default values of arguments with uint type
This commit is contained in:
parent
9b61ee9618
commit
81bc05b7c5
3 changed files with 6 additions and 4 deletions
|
|
@ -604,7 +604,7 @@ class FxIntCast : public FxExpression
|
|||
|
||||
public:
|
||||
|
||||
FxIntCast(FxExpression *x, bool nowarn, bool explicitly = false);
|
||||
FxIntCast(FxExpression *x, bool nowarn, bool explicitly = false, bool isunsigned = false);
|
||||
~FxIntCast();
|
||||
FxExpression *Resolve(FCompileContext&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue