From 390532e2c205a910151d2c423fc82288e41c5596 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 9 Oct 2023 18:37:17 -0400 Subject: [PATCH] Make MxNoticiationParam more concise --- LEGO1/mxnotificationparam.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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