From f8e9dcb54eb45db2bc25e8e4f1d1213fe4344cc3 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Dec 2008 23:03:37 +0000 Subject: [PATCH] added slot field to classinfo_t --- 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 944b139..77d1f89 100644 --- a/lib/as3/registry.h +++ b/lib/as3/registry.h @@ -31,11 +31,11 @@ DECLARE_LIST(classinfo); DECLARE(memberinfo); struct _classinfo { - /* this is very similar to a QNAME */ U8 access; U8 flags; const char*package; const char*name; + int slot; classinfo_t*superclass; dict_t members; -- 1.7.10.4