diff options
Diffstat (limited to 'src/entities/Dummy.h')
-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 6c3f12ea..9b73eefc 100644 --- a/src/entities/Dummy.h +++ b/src/entities/Dummy.h @@ -16,5 +16,4 @@ public: static void operator delete(void*, size_t) throw(); }; -VALIDATE_SIZE(CDummy, 0x68); - +bool IsDummyPointerValid(CDummy* pDummy); |