summaryrefslogtreecommitdiffstats
path: root/src/objects/DummyObject.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-08 11:04:00 +0200
committerGitHub <noreply@github.com>2020-05-08 11:04:00 +0200
commit2171ebe2dae896303b2da9716630096ba3921673 (patch)
tree70be3e22307bc947702b0d12c7fc5fb802c3f1ef /src/objects/DummyObject.h
parentMerge remote-tracking branch 'origin/master' into miami (diff)
parentfinal fix (diff)
downloadre3-2171ebe2dae896303b2da9716630096ba3921673.tar
re3-2171ebe2dae896303b2da9716630096ba3921673.tar.gz
re3-2171ebe2dae896303b2da9716630096ba3921673.tar.bz2
re3-2171ebe2dae896303b2da9716630096ba3921673.tar.lz
re3-2171ebe2dae896303b2da9716630096ba3921673.tar.xz
re3-2171ebe2dae896303b2da9716630096ba3921673.tar.zst
re3-2171ebe2dae896303b2da9716630096ba3921673.zip
Diffstat (limited to '')
-rw-r--r--src/objects/DummyObject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objects/DummyObject.h b/src/objects/DummyObject.h
index d4dce609..680df685 100644
--- a/src/objects/DummyObject.h
+++ b/src/objects/DummyObject.h
@@ -10,4 +10,3 @@ public:
CDummyObject(void) {}
CDummyObject(CObject *obj);
};
-static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");