process class inheritance vtable fix

This commit is contained in:
PJB3005
2026-03-01 14:34:07 +01:00
parent 0ce7d2e241
commit 5832f70384
10 changed files with 53 additions and 12 deletions
+6
View File
@@ -171,3 +171,9 @@ int fpcBs_SubCreate(base_process_class* i_proc) {
return cPhs_ERROR_e;
}
}
#if !__MWERKS__
base_process_class::~base_process_class() {
// Nada. Only exists to ensure the base class has a vtable.
}
#endif