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

@@ -9,6 +9,9 @@ class AutoROI;
// SIZE 0x6c (discovered through inline constructor at 0x10009ae6)
class LegoModelPresenter : public MxVideoPresenter {
public:
// inline in scalar dtor
~LegoModelPresenter() override { Destroy(TRUE); }
static void configureLegoModelPresenter(MxS32 p_modelPresenterConfig);
// FUNCTION: LEGO1 0x1000ccb0