[*] InitOnce should be marked final, even though we cant strip those 8 vtbl ptr bytes

This commit is contained in:
Reece Wilson 2023-09-17 15:08:48 +01:00
parent 84c0e94282
commit d2bf01ffa3

View File

@ -9,7 +9,7 @@
namespace Aurora::Threading
{
struct InitOnce :
struct InitOnce final :
private IWaitable
{
inline bool IsUninitialized()