1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Properly rebuild BfConstExprValueType structs

This commit is contained in:
Brian Fiete 2024-02-13 11:09:26 -05:00
parent 531afe8941
commit 51321530f1

View file

@ -2616,6 +2616,7 @@ public:
public:
~BfConstExprValueType();
virtual bool IsOnDemand() override { return mValue.mTypeCode == BfTypeCode_Struct; }
virtual bool IsConstExprValue() override { return true; }
virtual BfType* GetUnderlyingType() override { return mType; }