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
@@ -226,7 +226,7 @@ BOOL daObjBarrel::Method::IsDelete(void*) {
/* Nonmatching */
}
static actor_method_class daObjBarrel::Method::Table = {
actor_method_class daObjBarrel::Method::Table = {
(process_method_func)daObjBarrel::Method::Create,
(process_method_func)daObjBarrel::Method::Delete,
(process_method_func)daObjBarrel::Method::Execute,