mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 09:39:48 -04:00
process class inheritance vtable fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user