Match more scalar deleting destructors (#568)

This commit is contained in:
MS
2024-02-16 13:15:53 -05:00
committed by GitHub
parent 9bc5890da6
commit ad3a1de055
7 changed files with 47 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
// SIZE 0x54 (from inlined construction at 0x10009fac)
class LegoPartPresenter : public MxMediaPresenter {
public:
~LegoPartPresenter() override { Destroy(TRUE); }
// FUNCTION: LEGO1 0x1000cf70
inline const char* ClassName() const override // vtable+0x0c
{
@@ -28,6 +30,9 @@ public:
// SYNTHETIC: LEGO1 0x1000d060
// LegoPartPresenter::`scalar deleting destructor'
private:
void Destroy(MxBool p_fromDestructor);
};
#endif // LEGOPARTPRESENTER_H