Fix missing new CastExp field in C++ header

This commit is contained in:
Martin Kinkelin 2024-06-01 12:32:13 +02:00 committed by The Dlang Bot
parent f053ab07d0
commit 2596bf1b38

View file

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