[*] InitOnce should be marked final, even though we cant strip those 8 vtbl ptr bytes
This commit is contained in:
parent
84c0e94282
commit
d2bf01ffa3
@ -9,7 +9,7 @@
|
||||
|
||||
namespace Aurora::Threading
|
||||
{
|
||||
struct InitOnce :
|
||||
struct InitOnce final :
|
||||
private IWaitable
|
||||
{
|
||||
inline bool IsUninitialized()
|
||||
|
Loading…
Reference in New Issue
Block a user