X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=5a03a6762fac698d6a6d30ba0a5befb3d4fd30d9;hb=c873335ba84fe69cb4a1183326c9cfef160509e2;hp=30ae0cf264653738933982c7d6b04a9dbe696c97;hpb=876cadced9adaae335e18d8d0bb5288eec53570a;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 30ae0cf..5a03a67 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -119,14 +119,15 @@ typedef enum multiname_type RTQNAMEA=0x10, RTQNAMELA=0x12, MULTINAMEA=0x0E, - MULTINAMELA=0x1C + MULTINAMELA=0x1C, + POSTFIXTYPE=0x1D } multiname_type_t; char* access2str(int type); struct _namespace { U8 access; - char*name; + const char*name; }; struct _namespace_set { namespace_list_t*namespaces;