diff options
Diffstat (limited to '')
-rw-r--r-- | src/entities/Dummy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/entities/Dummy.h b/src/entities/Dummy.h index 3717a01c..84b1ce1a 100644 --- a/src/entities/Dummy.h +++ b/src/entities/Dummy.h @@ -16,5 +16,4 @@ public: static void operator delete(void*, size_t); }; -VALIDATE_SIZE(CDummy, 0x68); - +bool IsDummyPointerValid(CDummy* pDummy); |