From fefeddc717fce70f0a276e0e55817d178f1e9aba Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 20 Jan 2024 17:50:48 -0500 Subject: [PATCH] Update hospitalstate.h --- LEGO1/lego/legoomni/include/hospitalstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/hospitalstate.h b/LEGO1/lego/legoomni/include/hospitalstate.h index 92a85d55..af876f89 100644 --- a/LEGO1/lego/legoomni/include/hospitalstate.h +++ b/LEGO1/lego/legoomni/include/hospitalstate.h @@ -23,7 +23,7 @@ class HospitalState : public LegoState { return !strcmp(p_name, HospitalState::ClassName()) || LegoState::IsA(p_name); } - virtual MxResult VTable0x1c(LegoFileStream* p_legoFileStream); // vtable+0x1c + virtual MxResult VTable0x1c(LegoFileStream* p_legoFileStream) override; // vtable+0x1c // SYNTHETIC: LEGO1 0x100764c0 // HospitalState::`scalar deleting destructor'