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