Add back unnamed namespace methods, all actors now compile again

This commit is contained in:
LagoLunatic
2024-04-22 17:51:41 -04:00
parent f856df04e5
commit 3b40fd0132
101 changed files with 1900 additions and 190 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ BOOL daObj_Otble::Mthd::IsDelete(void*) {
/* Nonmatching */
}
static actor_method_class daObj_Otble::Mthd::Table = {
actor_method_class daObj_Otble::Mthd::Table = {
(process_method_func)daObj_Otble::Mthd::Create,
(process_method_func)daObj_Otble::Mthd::Delete,
(process_method_func)daObj_Otble::Mthd::Execute,