Fix MxNotificationParam

This commit is contained in:
Christian Semmler 2024-01-13 18:00:53 -05:00
parent 4654a439fb
commit a402be84a7

View File

@ -40,8 +40,6 @@ class MxNotificationParam : public MxParam {
{
}
virtual ~MxNotificationParam() override {}
// FUNCTION: LEGO1 0x10010390
virtual MxNotificationParam* Clone() { return new MxNotificationParam(m_type, m_sender); }; // vtable+0x4
@ -54,4 +52,10 @@ class MxNotificationParam : public MxParam {
MxCore* m_sender; // 0x8
};
// SYNTHETIC: LEGO1 0x10010430
// MxNotificationParam::`scalar deleting destructor'
// SYNTHETIC: LEGO1 0x100104a0
// MxNotificationParam::~MxNotificationParam
#endif // MXNOTIFICATIONPARAM_H