Correct typo in STDInclude
This commit is contained in:
parent
4b94d01b10
commit
81739d4d8a
@ -56,7 +56,7 @@ template <size_t S> class Sizer { };
|
||||
#define Offset_Of(x, y, z) BindNum(offsetof(x, y), z)
|
||||
|
||||
// Submodules
|
||||
// Ignore the warnings, it's no our code!
|
||||
// Ignore the warnings, it's not our code!
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4005)
|
||||
#pragma warning(disable: 4091)
|
||||
|
Loading…
Reference in New Issue
Block a user