From 3c95c8be3501a7e48ab1cb4d398b0c2bd7a2c5b1 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 7 Dec 2023 06:48:29 -0500 Subject: [PATCH] fix clang issues --- LEGO1/mxtype18notificationparam.h | 1 + LEGO1/mxtype19notificationparam.h | 1 + 2 files changed, 2 insertions(+) diff --git a/LEGO1/mxtype18notificationparam.h b/LEGO1/mxtype18notificationparam.h index 195e5cf5..fddb8e96 100644 --- a/LEGO1/mxtype18notificationparam.h +++ b/LEGO1/mxtype18notificationparam.h @@ -7,6 +7,7 @@ // VTABLE: LEGO1 0x100d7e80 class MxType18NotificationParam : public MxNotificationParam { public: + protected: undefined4 m_unkc; }; diff --git a/LEGO1/mxtype19notificationparam.h b/LEGO1/mxtype19notificationparam.h index 1bd9d8db..4c85c15b 100644 --- a/LEGO1/mxtype19notificationparam.h +++ b/LEGO1/mxtype19notificationparam.h @@ -7,6 +7,7 @@ // VTABLE: LEGO1 0x100d6230 class MxType19NotificationParam : public MxNotificationParam { public: + protected: undefined4 m_unkc; };