mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Allow boxed types to utilize comptime methods
This commit is contained in:
parent
8bc5d09787
commit
2932fceae4
7 changed files with 114 additions and 29 deletions
|
@ -2110,6 +2110,7 @@ public:
|
|||
mBoxedBaseType = NULL;
|
||||
mBoxedFlags = BoxedFlags_None;
|
||||
}
|
||||
~BfBoxedType();
|
||||
|
||||
virtual bool IsBoxed() override { return true; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue