mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix missing new CastExp field in C++ header
This commit is contained in:
parent
f053ab07d0
commit
2596bf1b38
1 changed files with 1 additions and 0 deletions
|
@ -889,6 +889,7 @@ public:
|
|||
// Possible to cast to one type while painting to another type
|
||||
Type *to; // type to cast to
|
||||
unsigned char mod; // MODxxxxx
|
||||
d_bool trusted; // assume cast is safe
|
||||
|
||||
CastExp *syntaxCopy() override;
|
||||
bool isLvalue() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue