summaryrefslogtreecommitdiffstats
path: root/src/objects/DummyObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/DummyObject.h')
-rw-r--r--src/objects/DummyObject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objects/DummyObject.h b/src/objects/DummyObject.h
index 8a0913c5..d6f88335 100644
--- a/src/objects/DummyObject.h
+++ b/src/objects/DummyObject.h
@@ -11,6 +11,4 @@ public:
CDummyObject(CObject *obj);
};
-#ifdef CHECK_STRUCT_SIZES
-static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
-#endif \ No newline at end of file
+VALIDATE_SIZE(CDummyObject, 0x68);