diff --git a/LEGO1/mxnotificationparam.h b/LEGO1/mxnotificationparam.h index 4b7814fb..a02f33d8 100644 --- a/LEGO1/mxnotificationparam.h +++ b/LEGO1/mxnotificationparam.h @@ -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