From 0925cf927e6d32f8f8bbc568c40c17be8f2657a3 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Tue, 3 Feb 2026 21:12:01 -0600 Subject: [PATCH] Add virtual destructor to `daCLOTH_HIO_c` in `d_menu_cloth.h` --- include/d/d_menu_cloth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d/d_menu_cloth.h b/include/d/d_menu_cloth.h index 071c0d5f6..5f2c019da 100644 --- a/include/d/d_menu_cloth.h +++ b/include/d/d_menu_cloth.h @@ -58,9 +58,9 @@ public: class daCLOTH_HIO_c : public JORReflexible { public: daCLOTH_HIO_c(); + virtual ~daCLOTH_HIO_c(); private: - /* 0x0000 */ u32 field_0x0; /* 0x0004 */ u8 field_0x4; /* 0x0005 */ u8 field_0x5; /* 0x0006 */ u8 field_0x6;