Update pizza.h

This commit is contained in:
Christian Semmler 2024-01-20 17:55:59 -05:00 committed by GitHub
parent a70705f7b6
commit 01b1592ef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ class Pizza : public IsleActor {
return !strcmp(p_name, Pizza::ClassName()) || IsleActor::IsA(p_name);
}
virtual MxResult Create(MxDSAction& p_dsAction); // vtable+0x18
virtual MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
// SYNTHETIC: LEGO1 0x100380e0
// Pizza::`scalar deleting destructor'