From c76683a557f55843a47cbc3373acbdaaeba85977 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 29 Jun 2023 10:16:28 +0200 Subject: [PATCH] Update mxdsobject.h --- LEGO1/mxdsobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxdsobject.h b/LEGO1/mxdsobject.h index 78759c2c..ef4701bc 100644 --- a/LEGO1/mxdsobject.h +++ b/LEGO1/mxdsobject.h @@ -18,10 +18,10 @@ class MxDSObject : public MxCore void CopyFrom(MxDSObject &p_dsObject); // OFFSET: LEGO1 0x100bf730 - inline virtual const char *ClassName() const { return "MxDSObject"; }; // vtable+0c + inline virtual const char *ClassName() const override { return "MxDSObject"; }; // vtable+0c // OFFSET: LEGO1 0x100bf740 - inline virtual MxBool IsA(const char *name) const { return !strcmp(name, MxDSObject::ClassName()) || MxCore::IsA(name); }; // vtable+10; + inline virtual MxBool IsA(const char *name) const override { return !strcmp(name, MxDSObject::ClassName()) || MxCore::IsA(name); }; // vtable+10; virtual int unk14(); // vtable+14; virtual unsigned int CalculateUnk08(); // vtable+18;