From 8a609158b343d59de432a7d15e5971f67f75b9be Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Tue, 3 Feb 2009 19:51:33 +0100 Subject: [PATCH] removed subfunctions --- lib/as3/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/as3/registry.h b/lib/as3/registry.h index fe4145a..dce8efb 100644 --- a/lib/as3/registry.h +++ b/lib/as3/registry.h @@ -82,7 +82,7 @@ struct _memberinfo { classinfo_t*parent; classinfo_list_t*params; int slot; - dict_t*subfunctions; + void*deprecated; }; extern type_t classinfo_type; -- 1.7.10.4