Merge pull request #79 from diamante0018/develop
Correct typo in STDInclude
This commit is contained in:
commit
fde66f5664
@ -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