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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objects/DummyObject.h b/src/objects/DummyObject.h
index 10554bdd..d4dce609 100644
--- a/src/objects/DummyObject.h
+++ b/src/objects/DummyObject.h
@@ -9,6 +9,5 @@ class CDummyObject : public CDummy
public:
CDummyObject(void) {}
CDummyObject(CObject *obj);
- void dtor(void) { this->CDummyObject::~CDummyObject(); }
};
static_assert(sizeof(CDummyObject) == 0x68, "CDummyObject: error");