Make MxNoticiationParam more concise

This commit is contained in:
Christian Semmler 2023-10-09 18:37:17 -04:00
parent a5fc03eb6d
commit 390532e2c2

View File

@ -24,15 +24,8 @@ class MxNotificationParam : public MxParam
virtual ~MxNotificationParam() override {} // vtable+0x0 (scalar deleting destructor)
virtual MxNotificationParam *Clone(); // vtable+0x4
inline MxParamType GetType() const
{
return m_type;
}
inline MxCore *GetSender() const
{
return m_sender;
}
inline MxParamType GetType() const { return m_type; }
inline MxCore *GetSender() const { return m_sender; }
protected:
MxParamType m_type; // 0x4