mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix MxNotificationParam
This commit is contained in:
parent
4654a439fb
commit
a402be84a7
@ -40,8 +40,6 @@ class MxNotificationParam : public MxParam {
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~MxNotificationParam() override {}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10010390
|
// FUNCTION: LEGO1 0x10010390
|
||||||
virtual MxNotificationParam* Clone() { return new MxNotificationParam(m_type, m_sender); }; // vtable+0x4
|
virtual MxNotificationParam* Clone() { return new MxNotificationParam(m_type, m_sender); }; // vtable+0x4
|
||||||
|
|
||||||
@ -54,4 +52,10 @@ class MxNotificationParam : public MxParam {
|
|||||||
MxCore* m_sender; // 0x8
|
MxCore* m_sender; // 0x8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x10010430
|
||||||
|
// MxNotificationParam::`scalar deleting destructor'
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100104a0
|
||||||
|
// MxNotificationParam::~MxNotificationParam
|
||||||
|
|
||||||
#endif // MXNOTIFICATIONPARAM_H
|
#endif // MXNOTIFICATIONPARAM_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user