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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objects/DummyObject.h b/src/objects/DummyObject.h
index d4dce609..8a0913c5 100644
--- a/src/objects/DummyObject.h
+++ b/src/objects/DummyObject.h
@@ -10,4 +10,7 @@ public:
CDummyObject(void) {}
CDummyObject(CObject *obj);
};
+
+#ifdef CHECK_STRUCT_SIZES
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");
+#endif \ No newline at end of file