more match

This commit is contained in:
Luzagar
2026-03-25 13:36:58 +01:00
parent 1223279431
commit 3d910e6e91
+2 -1
View File
@@ -891,7 +891,7 @@ int daE_WS_c::_delete() {
dComIfG_resDelete(&mPhase, "E_WS");
if (mHioSet) {
hio_set = false;
hio_set = FALSE;
mDoHIO_DELETE_CHILD(l_HIO.id);
}
@@ -903,6 +903,7 @@ int daE_WS_c::_delete() {
}
static int daE_WS_Delete(daE_WS_c* i_this) {
fopAcM_RegisterDeleteID(i_this, "E_WS");
return i_this->_delete();
}