Correct typo in STDInclude

This commit is contained in:
Edoardo Sanguineti 2021-05-27 14:07:28 +02:00 committed by GitHub
parent 4b94d01b10
commit 81739d4d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)